mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 19:56:38 +00:00
Added Linux containers for supported platforms. Updated tests to run and pass on all targets.
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "code-oss-dev-sanity-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./out/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"start": "node ./out/index.js"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.8",
|
|
"mocha": "^11.7.5",
|
|
"mocha-junit-reporter": "^2.2.1",
|
|
"node-fetch": "^3.3.2",
|
|
"playwright": "^1.57.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "22.x",
|
|
"typescript": "^6.0.0-dev.20251110"
|
|
}
|
|
}
|