2017-05-22 19:56:23 +08:00
|
|
|
{
|
|
|
|
"name": "code-oss-dev-smoke-test",
|
|
|
|
"version": "0.1.0",
|
2020-12-18 17:25:58 +08:00
|
|
|
"license": "MIT",
|
2017-05-24 22:36:35 +08:00
|
|
|
"main": "./src/main.js",
|
2017-05-22 19:56:23 +08:00
|
|
|
"scripts": {
|
2024-09-06 21:18:02 +08:00
|
|
|
"compile": "cd ../automation && npm run compile && cd ../smoke && node ../../node_modules/typescript/bin/tsc",
|
|
|
|
"watch-automation": "cd ../automation && npm run watch",
|
2022-01-20 20:59:44 +08:00
|
|
|
"watch-smoke": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
|
2020-12-15 21:47:25 +08:00
|
|
|
"watch": "npm-run-all -lp watch-automation watch-smoke",
|
2020-12-17 18:03:49 +08:00
|
|
|
"mocha": "node ../node_modules/mocha/bin/mocha"
|
2017-05-22 19:56:23 +08:00
|
|
|
},
|
2021-11-08 21:40:02 +08:00
|
|
|
"dependencies": {
|
|
|
|
"ncp": "^2.0.0",
|
2022-02-02 03:40:45 +08:00
|
|
|
"node-fetch": "^2.6.7",
|
2022-01-15 18:31:13 +08:00
|
|
|
"rimraf": "3.0.2"
|
2021-11-08 21:40:02 +08:00
|
|
|
},
|
2017-05-22 19:56:23 +08:00
|
|
|
"devDependencies": {
|
2022-05-02 14:30:27 +08:00
|
|
|
"@types/mocha": "^9.1.1",
|
2017-10-10 02:21:00 +08:00
|
|
|
"@types/ncp": "2.0.1",
|
2024-05-11 00:20:28 +08:00
|
|
|
"@types/node": "20.x",
|
2021-07-12 20:44:50 +08:00
|
|
|
"@types/node-fetch": "^2.5.10",
|
2021-11-28 17:30:52 +08:00
|
|
|
"@types/rimraf": "3.0.2",
|
2020-12-17 17:00:36 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
2018-04-11 16:27:01 +08:00
|
|
|
"watch": "^1.0.2"
|
2017-05-22 19:56:23 +08:00
|
|
|
}
|
2018-09-11 23:28:06 +08:00
|
|
|
}
|