mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 20:57:12 +00:00
* chore: bump electron@17.0.0 * Revert "chore: revert to electron@13 (#143851)" This reverts commitdf645f1450. * chore: bump electron@17.1.0 * Revert "ci: fix build with latest node-gyp" This reverts commitc3e948aa30. * chore: revert ci changes for node v16 * chore: update yarn.lock * chore: bump electron@17.1.1
21 lines
470 B
JSON
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"
|
|
}
|
|
}
|