code-server/package.json

18 lines
389 B
JSON
Raw Normal View History

2019-01-08 00:46:19 +00:00
{
"scripts": {
2019-07-02 16:33:27 +00:00
"start": "nodemon ../../../out/vs/server/main.js --watch ../../../out --verbose",
"watch": "cd ../../../ && yarn watch-client",
"build": "echo TODO && exit 1"
2019-01-08 00:46:19 +00:00
},
"devDependencies": {
2019-07-02 21:55:54 +00:00
"@types/tar-stream": "^1.6.1",
2019-07-02 16:33:27 +00:00
"nodemon": "^1.19.1"
2019-07-02 21:55:54 +00:00
},
"dependencies": {
"tar-stream": "^2.1.0"
},
"resolutions": {
"@types/node": "^10.12.12"
2019-01-08 00:46:19 +00:00
}
}