-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "vscode-test-adapter-remoting-util",
"version": "0.13.0",
"description": "A collection of utility functions that help with running tests remotely with the VS Code Test Explorer",
"author": "Holger Benl <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hbenl/vscode-test-adapter-remoting-util",
"repository": {
"type": "git",
"url": "https://github.com/hbenl/vscode-test-adapter-remoting-util.git"
},
"bugs": {
"url": "https://github.com/hbenl/vscode-test-adapter-remoting-util/issues"
},
"files": [
"out",
"README.md",
"LICENSE"
],
"main": "out/index.js",
"types": "out/index.d.ts",
"dependencies": {
"split": "^1.0.1",
"tslib": "^2.0.0",
"vscode-test-adapter-api": "^1.9.0"
},
"devDependencies": {
"@types/node": "^10.17.24",
"@types/split": "^1.0.0",
"typescript": "^3.9.3"
}
}