solorice/vscodium/extensions/geequlim.godot-tools-1.2.0/node_modules/vscode-debugprotocol/package.json
2022-04-28 21:17:01 +03:00

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"
}
}