forked from serenadeai/serenade-tree-sitter-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 KB
/
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
43
44
{
"name": "tree-sitter-kotlin",
"version": "0.2.11",
"description": "Tree-Sitter grammar for Kotlin",
"main": "bindings/node",
"scripts": {
"build": "tree-sitter generate",
"test": "tree-sitter test",
"install": "node-gyp rebuild",
"generate": "tree-sitter generate",
"parse": "tree-sitter parse",
"build-wasm": "tree-sitter build-wasm",
"playground": "tree-sitter playground"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fwcd/tree-sitter-kotlin.git"
},
"keywords": [
"tree-sitter",
"kotlin",
"grammar"
],
"author": "fwcd",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/fwcd/tree-sitter-kotlin/issues"
},
"homepage": "https://github.com/fwcd/tree-sitter-kotlin#readme",
"dependencies": {
"nan": "^2.15.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"arrowParens": "avoid",
"singleQuote": true
}
}