-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 888 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
{
"name": "monaco-botbuilder-lg",
"version": "1.1.4",
"description": "Microsoft botbuilder-lg support for Monaco Editor",
"scripts": {
"compile-amd": "mcopy ./src/lib/LGbundle.js ./release/dev/lib/LGbundle.js && tsc -p ./src/tsconfig.json",
"compile-esm": "mcopy ./src/lib/LGbundle.js ./release/esm/lib/LGbundle.js && tsc -p ./src/tsconfig.esm.json",
"compile": "mrmdir ./release && npm run compile-amd && npm run compile-esm",
"watch": "tsc -p ./src --watch",
"prepublishOnly": "npm run compile && node ./scripts/bundle"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"monaco-editor-core": "^0.16.0",
"monaco-languages": "^1.7.0",
"monaco-plugin-helpers": "^1.0.2",
"requirejs": "^2.3.6",
"typescript": "^3.5.1",
"uglify-js": "^3.4.9"
}
}