mirror of https://github.com/Wilfred/difftastic/
37 lines
871 B
JSON
37 lines
871 B
JSON
{
|
|
"name": "tree-sitter-kotlin",
|
|
"version": "0.2.11",
|
|
"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.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.0"
|
|
}
|
|
}
|