-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 927 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
41
42
{
"name": "tree-sitter-jqtpl",
"version": "0.0.1",
"description": "jqtpl grammar for tree-sitter",
"main": "bindings/node",
"types": "tree-sitter-jqtpl.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lysander6/tree-sitter-jqtpl.git"
},
"keywords": [
"tree-sitter",
"jqtpl",
"parser",
"lexer",
"grammar"
],
"author": "Lysander <lysander6@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lysander6/tree-sitter-jqtpl/issues"
},
"homepage": "https://github.com/Lysander6/tree-sitter-jqtpl#readme",
"dependencies": {
"nan": "^2.17.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.7"
},
"tree-sitter": [
{
"scope": "source.jqtpl",
"file-types": [
"jqtpl"
],
"injection-regex": "jqtpl"
}
]
}