vscode-dts/package.json

32 строки
686 B
JSON
Исходник Постоянная ссылка Обычный вид История

2019-05-22 21:07:09 +03:00
{
"name": "@vscode/dts",
"version": "0.4.1",
2019-09-06 19:49:50 +03:00
"description": "CLI utility for downloading vscode.d.ts and vscode.proposed.d.ts",
"author": {
"name": "Microsoft Corporation"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-dts.git"
},
2019-09-06 19:49:50 +03:00
"bin": "index.js",
"scripts": {
2019-09-11 21:13:47 +03:00
"compile": "tsc -p .",
"watch": "tsc -w -p .",
2019-09-11 21:17:11 +03:00
"prepublishOnly": "tsc -p ."
2019-09-06 19:49:50 +03:00
},
"license": "MIT",
"dependencies": {
"https-proxy-agent": "^7.0.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
2019-09-06 19:49:50 +03:00
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/node": "^14.0.0",
"@types/prompts": "^2.4.4",
"@types/rimraf": "^3.0.2",
"typescript": "^5.1.3"
2019-09-06 19:49:50 +03:00
}
2019-05-22 21:07:09 +03:00
}