-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 702 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 702 Bytes
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
{
"name": "install-open-in-vscode",
"version": "2.0.15",
"description": "ctrl-click to open folder or file in vscode",
"main": "bin/install.js",
"scripts": {
"start": "node ./bin/install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"install-open-in-vscode": "./bin/install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnstonmatt/open-with-vscode.git"
},
"author": "Matt Johnston",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnstonmatt/open-with-vscode/issues"
},
"homepage": "https://github.com/johnstonmatt/open-with-vscode#readme",
"dependencies": {
"fs-extra": "^7.0.1"
}
}