tree-sitter-usfm3
Version:
Grammar representation and parser for USFM language using tree-sitter
71 lines (70 loc) • 1.63 kB
JSON
{
"name": "tree-sitter-usfm3",
"version": "3.1.2",
"description": "Grammar representation and parser for USFM language using tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
"scripts": {
"test": "tree-sitter test",
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --strip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bridgeconn/usfm-grammar.git"
},
"keywords": [
"usfm",
"parser",
"grammar",
"cfg",
"json"
],
"files": [
"grammar.js",
"binding.gyp",
"prebuilds/**",
"bindings/node/*",
"queries/*",
"src/**"
],
"author": "BCS Team <joel@bridgeconn.com> (https://bridgeconn.com/)",
"contributors": [
"Kavitha Raju <kavitha.raju@bridgeconn.com> (https://github.com/kavitharaju)",
"Joel Mathew <joel@bridgeconn.com> (https://github.com/joelthe1)"
],
"license": "MIT License",
"bugs": {
"url": "https://github.com/Bridgeconn/usfm-grammar/issues"
},
"homepage": "https://github.com/Bridgeconn/usfm-grammar/tree-sitter-usfm#readme",
"dependencies": {
"tree-sitter": "^0.21.1",
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
},
"peerDependencies": {
"tree-sitter": "^0.21.1"
},
"peerDependenciesMeta": {
"tree_sitter": {
"optional": true
}
},
"devDependencies": {
"prebuildify": "^6.0.0",
"tree-sitter-cli": "^0.22.6"
},
"tree-sitter": [
{
"scope": "source.usfm3",
"file-types": [
"usfm",
"sfm"
],
"highlights": [
"queries/highlights.scm"
]
}
]
}