vscode/test/integration/browser/package.json
Robo 32d40cf44e
chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0

* Revert "chore: revert to electron@13 (#143851)"

This reverts commit df645f1450.

* chore: bump electron@17.1.0

* Revert "ci: fix build with latest node-gyp"

This reverts commit c3e948aa30.

* chore: revert ci changes for node v16

* chore: update yarn.lock

* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00

21 lines
470 B
JSON

{
"name": "code-oss-dev-integration-test",
"version": "0.1.0",
"license": "MIT",
"main": "./index.js",
"scripts": {
"compile": "node ../../../node_modules/typescript/bin/tsc"
},
"devDependencies": {
"@types/mkdirp": "^1.0.1",
"@types/node": "16.x",
"@types/optimist": "0.0.29",
"@types/rimraf": "^2.0.4",
"@types/tmp": "0.1.0",
"rimraf": "^2.6.1",
"tmp": "0.0.33",
"tree-kill": "1.2.2",
"vscode-uri": "^3.0.2"
}
}