UNPKG

tree-sitter-usfm3

Version:

Grammar representation and parser for USFM language using tree-sitter

71 lines (70 loc) 1.63 kB
{ "name": "tree-sitter-usfm3", "version": "3.2.0", "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": { "node-addon-api": "8.4.0", "node-gyp-build": "4.8.4", "tree-sitter": "0.25.0" }, "peerDependencies": { "tree-sitter": "0.25.0" }, "peerDependenciesMeta": { "tree_sitter": { "optional": true } }, "devDependencies": { "prebuildify": "^6.0.1", "tree-sitter-cli": "^0.25.10" }, "tree-sitter": [ { "scope": "source.usfm3", "file-types": [ "usfm", "sfm" ], "highlights": [ "queries/highlights.scm" ] } ] }