-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 866 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
{
"name": "tree-sitter-janet",
"version": "0.4.1",
"description": "Janet grammar for tree-sitter",
"main": "bindings/node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrayJack/tree-sitter-janet.git"
},
"keywords": [
"janet",
"parser",
"tree-sitter",
"treesitter"
],
"author": "Eric Shimizu Karbstein <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/GrayJack/tree-sitter-janet/issues"
},
"homepage": "https://github.com/GrayJack/tree-sitter-janet#readme",
"dependencies": {
"nan": "^2.14.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.19.5"
},
"tree-sitter": [
{
"scope": "source.janet",
"file-types": [
"janet"
]
}
]
}