-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 887 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "monaco-editor-textmate",
"version": "4.0.0",
"description": "Wire monaco-textmate with monaco-editor",
"main": "dist/index.js",
"typings": "dist/typings/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeekSandhu/monaco-editor-textmate.git"
},
"keywords": [
"monaco",
"editor",
"textmate",
"tm",
"grammar",
"vscode"
],
"author": "Neek Sandhu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeekSandhu/monaco-editor-textmate/issues"
},
"homepage": "https://github.com/NeekSandhu/monaco-editor-textmate#readme",
"devDependencies": {
"typescript": "^4.8.3"
},
"peerDependencies": {
"monaco-editor": "0.x.x",
"monaco-textmate": "^3.0.0"
}
}