UNPKG

tree-sitter-twolc

Version:
38 lines (37 loc) 834 B
{ "name": "tree-sitter-twolc", "version": "1.0.0", "description": "tree-sitter grammar of hfst-twolc", "main": "bindings/node", "directories": { "test": "test" }, "scripts": { "test": "tree-sitter test", "install": "node-gyp rebuild" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/apertium/tree-sitter-apertium.git" }, "keywords": [ "tree-sitter", "apertium" ], "author": "Daniel Swanson", "license": "GPL-3.0-or-later", "gypfile": true, "bugs": { "url": "https://github.com/apertium/tree-sitter-apertium/issues" }, "dependencies": { "nan": "^2.8.0" }, "homepage": "https://github.com/apertium/tree-sitter-apertium#readme", "tree-sitter": [ { "scope": "source.twolc", "file-types": ["twolc", "twol", "twoc"] } ] }