mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
25 lines
625 B
JSON
25 lines
625 B
JSON
{
|
|
"name": "vscode-debugprotocol",
|
|
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
|
|
"version": "1.41.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": "3.5.2"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "tsc -p ./src",
|
|
"compile": "tsc -p ./src",
|
|
"watch": "tsc -w -p ./src"
|
|
}
|
|
}
|