35 lines
735 B
JSON
35 lines
735 B
JSON
{
|
|
"name": "tree-sitter-spl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bindings/node",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tudbut/tree-sitter-spl.git"
|
|
},
|
|
"author": "TudbuT",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tudbut/tree-sitter-spl/issues"
|
|
},
|
|
"homepage": "https://github.com/tudbut/tree-sitter-spl#readme",
|
|
"dependencies": {
|
|
"nan": "^2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.8"
|
|
},
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.spl",
|
|
"injection-regex": "spl",
|
|
"file-types": [
|
|
"spl",
|
|
"sbl"
|
|
]
|
|
}
|
|
]
|
|
}
|