mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
* Revert "chore: update to electron 16 (#137241)" This reverts commit01df559c18. This reverts commit46301339b7* ci: fix remote compiler for sdl-scan * chore: fix remote/.yarnrc * chore: fix build/npm/postinstall.js * chore: rm crash reporter from shared process * chore: rm crash reporter from ext host * chore: fix build/lib/layersChecker.ts * :chore: preserve some more changes * fix tests Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
31 lines
917 B
JSON
31 lines
917 B
JSON
{
|
|
"name": "code-oss-dev-smoke-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "./src/main.js",
|
|
"scripts": {
|
|
"compile": "yarn --cwd ../automation compile && node ../../node_modules/typescript/bin/tsc",
|
|
"watch-automation": "yarn --cwd ../automation watch",
|
|
"watch-smoke": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
|
|
"watch": "npm-run-all -lp watch-automation watch-smoke",
|
|
"mocha": "node ../node_modules/mocha/bin/mocha"
|
|
},
|
|
"dependencies": {
|
|
"@vscode/test-electron": "2.1.0-beta.0",
|
|
"mkdirp": "^1.0.4",
|
|
"ncp": "^2.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/ncp": "2.0.1",
|
|
"@types/node": "14.x",
|
|
"@types/node-fetch": "^2.5.10",
|
|
"@types/rimraf": "3.0.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|