vscode-debugprotocol
Version:
Npm module with declarations for the Visual Studio Code debug protocol
25 lines (24 loc) • 622 B
JSON
{
"name": "vscode-debugprotocol",
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
"version": "1.51.0",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-debugadapter-node.git"
},
"bugs": {
"url": "https://github.com/microsoft/vscode-debugadapter-node/issues"
},
"main": "./lib/debugProtocol.js",
"typings": "./lib/debugProtocol",
"devDependencies": {
"typescript": "4.4.4"
},
"scripts": {
"prepare": "tsc -p ./src",
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src"
}
}