UNPKG

usfm-grammar

Version:

Uses the tree-sitter-usfm3 parser to convert USFM files to other formats such as USJ, USX, and CSV, and converts them back to USFM

44 lines (43 loc) 1.16 kB
{ "name": "usfm-grammar", "version": "3.1.2", "description": "Uses the tree-sitter-usfm3 parser to convert USFM files to other formats such as USJ, USX, and CSV, and converts them back to USFM", "main": "./dist/cjs/index.cjs", "module": "./dist/es/index.mjs", "scripts": { "build": "parcel build ./src/index.js", "test": "mocha --timeout 40000 --parallel" }, "repository": { "type": "git", "url": "https://github.com/Bridgeconn/usfm-grammar" }, "keywords": [ "USFM", "tree-sitter", "USJ", "Parser" ], "license": "MIT", "author": "BCS Team", "contributors": [ "Kavitha Raju <kavitha.raju@bridgeconn.com> (https://github.com/kavitharaju)", "Joel Mathew <joel@bridgeconn.com> (https://github.com/joelthe1)", "Samuel JD <samuelj.ernest@gmail.com> (https://github.com/samueljd)" ], "dependencies": { "ajv": "^8.17.1", "tree-sitter": "0.21.1", "tree-sitter-usfm3": "3.1.2", "xmldom": "^0.6.0", "xpath": "^0.0.34" }, "devDependencies": { "glob": "^11.0.0", "mocha": "^10.7.3", "parcel": "^2.12.0" }, "peerDependencies": { "xmldom": "^0.6.0" } }