2019-04-25 17:27:24 -07:00
|
|
|
{
|
2019-05-07 13:07:36 -07:00
|
|
|
"name": "web-tree-sitter",
|
2021-12-30 17:14:04 -08:00
|
|
|
"version": "0.20.2",
|
2019-04-25 17:27:24 -07:00
|
|
|
"description": "Tree-sitter bindings for the web",
|
2019-05-07 13:07:36 -07:00
|
|
|
"main": "tree-sitter.js",
|
2019-05-27 15:10:43 +01:00
|
|
|
"types": "tree-sitter-web.d.ts",
|
2019-04-25 17:27:24 -07:00
|
|
|
"directories": {
|
|
|
|
|
"test": "test"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-05-07 13:07:36 -07:00
|
|
|
"test": "mocha",
|
2021-08-22 03:12:28 +03:00
|
|
|
"prepack": "cp ../../LICENSE .",
|
2019-05-07 13:24:29 -07:00
|
|
|
"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"
|
|
|
|
|
},
|
2019-05-07 13:07:36 -07:00
|
|
|
"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
|
|
|
}
|
2021-05-20 14:33:25 -07:00
|
|
|
}
|