tree-sitter/lib/binding_web/package.json

34 lines
783 B
JSON
Raw Normal View History

2019-04-25 17:27:24 -07:00
{
"name": "web-tree-sitter",
2021-05-20 14:29:39 -07:00
"version": "0.19.4",
2019-04-25 17:27:24 -07:00
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
2019-04-25 17:27:24 -07:00
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"prepublishOnly": "node check-artifacts-fresh.js"
2019-04-25 17:27:24 -07:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter.git"
},
"keywords": [
"incremental",
"parsing"
],
"author": "Max Brunsfeld",
"license": "MIT",
"bugs": {
"url": "https://github.com/tree-sitter/tree-sitter/issues"
},
"homepage": "https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web",
2019-04-25 17:27:24 -07:00
"devDependencies": {
"chai": "^4.2.0",
2019-04-26 19:13:32 -07:00
"mocha": "^6.1.4",
"terser": "^3.17.0"
2019-04-25 17:27:24 -07:00
}
}