mirror of https://git.tuxpa.in/a/code-server.git
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon ../../../out/vs/server/main.js --watch ../../../out --verbose",
|
|
"watch": "cd ../../../ && yarn watch-client",
|
|
"build": "echo TODO && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tar-stream": "^1.6.1",
|
|
"nodemon": "^1.19.1"
|
|
},
|
|
"dependencies": {
|
|
"tar-stream": "^2.1.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/node": "^10.12.12"
|
|
}
|
|
}
|