32 строки
686 B
JSON
32 строки
686 B
JSON
{
|
|
"name": "@vscode/dts",
|
|
"version": "0.4.1",
|
|
"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"
|
|
},
|
|
"bin": "index.js",
|
|
"scripts": {
|
|
"compile": "tsc -p .",
|
|
"watch": "tsc -w -p .",
|
|
"prepublishOnly": "tsc -p ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"https-proxy-agent": "^7.0.0",
|
|
"minimist": "^1.2.8",
|
|
"prompts": "^2.4.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|