UNPKG

633 BJSONView Raw
1{
2 "name": "vscode-debugadapter",
3 "description": "Debug adapter implementation for node",
4 "version": "1.21.0",
5 "author": "Microsoft Corporation",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/Microsoft/vscode-debugadapter-node.git"
10 },
11 "bugs": {
12 "url": "https://github.com/Microsoft/vscode-debugadapter-node/issues"
13 },
14 "main": "./lib/main.js",
15 "typings": "./lib/main",
16 "dependencies": {
17 "vscode-debugprotocol": "^1.21.0"
18 },
19 "devDependencies": {
20 "typescript": "^1.8.10"
21 },
22 "scripts": {
23 "prepublish": "tsc -p ./src",
24 "compile": "tsc -p ./src",
25 "watch": "tsc -w -p ./src"
26 }
27}
\No newline at end of file