forked from che-incubator/che-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 714 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "che-code",
"version": "7.117.0-next",
"description": "Run Code-OSS on kubernetes",
"scripts": {
"prepare": "cd code && npm install && npm run download-builtin-extensions",
"watch": "cd code && npm run watch",
"server": "cd code && VSCODE_DEV=1 node out/server-main.js --host 0.0.0.0 --without-connection-token",
"build": "cd code && VSCODE_MANGLE_WORKERS=2 node --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js vscode-reh-web-linux-x64",
"build:min": "cd code && VSCODE_MANGLE_WORKERS=2 node --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js vscode-reh-web-linux-x64-min",
"rebuild-native-modules": "cd code && npm rebuild"
},
"license": "EPL-2.0"
}