mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 20:57:12 +00:00
25 lines
659 B
JSON
25 lines
659 B
JSON
{
|
|
"name": "code-oss-dev-build",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"@types/azure": "0.9.19",
|
|
"@types/documentdb": "1.10.2",
|
|
"@types/es6-collections": "0.5.31",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/mime": "0.0.29",
|
|
"@types/node": "8.0.33",
|
|
"@types/xml2js": "0.0.33",
|
|
"azure-storage": "^2.1.0",
|
|
"documentdb": "1.13.0",
|
|
"mime": "^1.3.4",
|
|
"minimist": "^1.2.0",
|
|
"typescript": "2.6.1",
|
|
"xml2js": "^0.4.17"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc -p tsconfig.build.json",
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
|
"postinstall": "npm run compile",
|
|
"npmCheckJs": "tsc --noEmit"
|
|
}
|
|
} |