mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
27 lines
631 B
JSON
27 lines
631 B
JSON
{
|
|
"name": "vscode-distro",
|
|
"version": "1.0.0",
|
|
"description": "VS Code Distro",
|
|
"repository": {
|
|
"url": "https://github.com/Microsoft/vscode-distro"
|
|
},
|
|
"main": "enqueue.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"watch": "tsc --watch",
|
|
"postinstall": "npm run compile"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/azure": "^0.9.18",
|
|
"@types/documentdb": "^1.10.1",
|
|
"@types/es6-promise": "0.0.32",
|
|
"@types/mime": "0.0.29",
|
|
"@types/node": "^7.0.13",
|
|
"azure-storage": "^2.1.0",
|
|
"documentdb": "^1.11.0",
|
|
"mime": "^1.3.4",
|
|
"typescript": "^2.2.2"
|
|
}
|
|
} |