mirror of https://github.com/Wilfred/difftastic/
43 lines
972 B
JSON
43 lines
972 B
JSON
{
|
|
"name": "tree-sitter-kotlin",
|
|
"version": "0.3.2",
|
|
"description": "Tree-Sitter grammar for Kotlin",
|
|
"main": "bindings/node",
|
|
"scripts": {
|
|
"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.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.8"
|
|
},
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.kotlin",
|
|
"file-types": ["kt", "kts"]
|
|
}
|
|
]
|
|
}
|