-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 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
38
39
40
{
"name": "@uplol/monaco-editor-textmate",
"version": "2.2.2",
"description": "Wire monaco-textmate with monaco-editor",
"main": "dist/index.js",
"typings": "dist/typings/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeekSandhu/monaco-editor-textmate.git"
},
"keywords": [
"monaco",
"editor",
"textmate",
"tm",
"grammar",
"vscode"
],
"author": "Neek Sandhu <neek.sandhu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeekSandhu/monaco-editor-textmate/issues"
},
"homepage": "https://github.com/NeekSandhu/monaco-editor-textmate#readme",
"devDependencies": {
"typescript": "^2.8.3"
},
"peerDependencies": {
"@uplol/monaco-editor": "103.9.5",
"monaco-textmate": "^3.0.0"
},
"dependencies": {
"@uplol/monaco-editor": "^103.9.5",
"monaco-textmate": "^3.0.1"
}
}