forked from microsoft/pxt-monaco-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 874 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
{
"name": "pxt-monaco-typescript",
"version": "2.3.5",
"description": "TypeScript and JavaScript language support for Monaco Editor in PXT",
"scripts": {
"test": "node_modules/.bin/mocha",
"watch": "node_modules/.bin/gulp watch",
"prepublish": "node_modules/.bin/gulp release"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/pxt-monaco-typescript"
},
"bugs": {
"url": "https://github.com/Microsoft/pxt/issues"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-requirejs": "^0.4.0",
"gulp-tsb": "^2.0.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"monaco-editor-core": "^0.10.0",
"object-assign": "^4.1.0",
"rimraf": "^2.5.2",
"typescript": "2.4.1"
}
}