2019-04-25 17:27:24 -07:00
|
|
|
{
|
2019-05-07 13:07:36 -07:00
|
|
|
"name": "web-tree-sitter",
|
2024-04-14 10:16:02 -07:00
|
|
|
"version": "0.22.5",
|
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": {
|
2024-03-11 23:12:06 -04:00
|
|
|
"@types/emscripten": "^1.39.10",
|
2023-03-14 20:37:12 +02:00
|
|
|
"chai": "^4.3.7",
|
2024-02-07 11:32:27 -05:00
|
|
|
"eslint": ">=8.56.0",
|
|
|
|
|
"eslint-config-google": "^0.14.0",
|
2023-03-14 20:37:12 +02:00
|
|
|
"mocha": "^10.2.0",
|
|
|
|
|
"terser": "^5.16.6"
|
2019-04-25 17:27:24 -07:00
|
|
|
}
|
2021-05-20 14:33:25 -07:00
|
|
|
}
|