31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"name": "vscode-test",
|
|
"version": "0.4.3",
|
|
"scripts": {
|
|
"compile": "tsc -p ./",
|
|
"watch": "tsc -w -p ./",
|
|
"prepublish": "tsc -p ./"
|
|
},
|
|
"main": "./out/index.js",
|
|
"engines": {
|
|
"node": ">=8.9.3"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy-agent": "^2.1.0",
|
|
"https-proxy-agent": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "8",
|
|
"typescript": "^3.4.3"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Visual Studio Code Team",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-test.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-test/issues"
|
|
}
|
|
}
|