32 lines
889 B
JSON
32 lines
889 B
JSON
{
|
|
"name": "code-oss-dev-smoke-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "./src/main.js",
|
|
"scripts": {
|
|
"compile": "yarn --cwd ../automation compile && tsc",
|
|
"watch-automation": "yarn --cwd ../automation watch",
|
|
"watch-smoke": "tsc --watch --preserveWatchOutput",
|
|
"watch": "npm-run-all -lp watch-automation watch-smoke",
|
|
"mocha": "node ../node_modules/mocha/bin/mocha"
|
|
},
|
|
"devDependencies": {
|
|
"@types/htmlparser2": "3.7.29",
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/ncp": "2.0.1",
|
|
"@types/node": "^12.19.9",
|
|
"@types/rimraf": "^2.0.4",
|
|
"htmlparser2": "^3.9.2",
|
|
"mkdirp": "^1.0.4",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"portastic": "^1.0.1",
|
|
"rimraf": "^2.6.1",
|
|
"strip-json-comments": "^2.0.1",
|
|
"tmp": "0.0.33",
|
|
"typescript": "3.7.5",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|