-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 843 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
{
"name": "karyscript-monaco",
"version": "0.0.1",
"description": "Monaco Editor crafted for KaryScript with Kary Foundation's Theme and Kary Comment Generators Inside!",
"main": "index.js",
"scripts": {
"build": "kc && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karyfoundation/karyscript-monaco.git"
},
"keywords": [
"karyscript",
"karyfoundation",
"monaco-editor"
],
"author": "Kary Foundation, Inc",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/karyfoundation/karyscript-monaco/issues"
},
"homepage": "https://github.com/karyfoundation/karyscript-monaco#readme",
"dependencies": {
"@types/react-dom": "^15.5.1",
"monaco-editor": "^0.8.3",
"react-dom": "^15.6.1"
}
}