Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/test/integration/browser/package.json
3520 views
1
{
2
"name": "code-oss-dev-integration-test",
3
"version": "0.1.0",
4
"license": "MIT",
5
"main": "./index.js",
6
"scripts": {
7
"compile": "node ../../../node_modules/typescript/bin/tsc"
8
},
9
"devDependencies": {
10
"@types/node": "22.x",
11
"@types/rimraf": "^2.0.4",
12
"@types/tmp": "0.1.0",
13
"rimraf": "^2.6.1",
14
"tmp": "0.2.4",
15
"tree-kill": "1.2.2",
16
"vscode-uri": "^3.0.2"
17
}
18
}
19
20