-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 832 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
33
34
35
36
37
38
39
40
{
"name": "tanakh",
"version": "0.0.3",
"publisher": "mattn",
"description": "(´・_・`)",
"author": {
"name": "Yasuhiro Matsumoto (a.k.a. mattn)"
},
"icon": "images/tanakh.png",
"categories": [
"Other"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mattn/vscode-tanakh"
},
"scripts": {
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./"
},
"dependencies": {},
"devDependencies": {
"typescript": "3.7.4",
"vscode": "1.1.36"
},
"engines": {
"vscode": "0.10.x"
},
"main": "./out/extension",
"extensionDependencies": [],
"activationEvents": [
"*"
],
"contributes": {},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mattn/vscode-tanakh/issues"
}
}