generated from caperaven/crs-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1009 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": "crs-monaco-editor",
"version": "0.0.17",
"description": "vanilla webcomponent for using monaco editor",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"bundle": "rollup -c",
"build-publish": "rollup -c & node build/publish.js"
},
"keywords": [
"webcomponent",
"monaco"
],
"author": "Johan Rabie",
"homepage": "https://caperaven.co.za/",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.0",
"@types/jest": "^24.0.18",
"babel-jest": "^24.9.0",
"glob": "^7.1.4",
"jest": "^24.9.0",
"mkdirp": "^0.5.1",
"rollup": "^1.23.0",
"rollup-plugin-terser": "^5.1.2"
},
"dependencies": {
"monaco-editor": "^0.18.1"
}
}