56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "tree-sitter-spl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bindings/node",
|
|
"types": "bindings/node",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"install": "node-gyp-build",
|
|
"prebuildify": "prebuildify --napi --strip"
|
|
},
|
|
"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": {
|
|
"node-addon-api": "^7.1.0",
|
|
"node-gyp-build": "^4.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"tree-sitter": "^0.21.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"tree_sitter": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.8",
|
|
"prebuildify": "^6.0.0"
|
|
},
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.spl",
|
|
"injection-regex": "spl",
|
|
"file-types": [
|
|
"spl",
|
|
"sbl"
|
|
]
|
|
}
|
|
],
|
|
"files": [
|
|
"grammar.js",
|
|
"binding.gyp",
|
|
"prebuilds/**",
|
|
"bindings/node/*",
|
|
"queries/*",
|
|
"src/**"
|
|
]
|
|
}
|