2019-01-16 11:42:50 -08:00
|
|
|
{
|
|
|
|
|
"name": "tree-sitter-cli",
|
2025-07-13 14:08:57 -04:00
|
|
|
"version": "0.25.8",
|
2025-01-31 20:42:30 -05:00
|
|
|
"author": {
|
|
|
|
|
"name": "Max Brunsfeld",
|
|
|
|
|
"email": "maxbrunsfeld@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Amaan Qureshi",
|
|
|
|
|
"email": "amaanq12@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
2019-01-16 11:42:50 -08:00
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-08-30 22:54:11 +03:00
|
|
|
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
|
|
|
|
|
"directory": "crates/cli/npm"
|
2019-01-16 11:42:50 -08:00
|
|
|
},
|
|
|
|
|
"description": "CLI for generating fast incremental parsers",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"parser",
|
|
|
|
|
"lexer"
|
|
|
|
|
],
|
2024-05-24 23:53:33 +03:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
2019-01-16 11:42:50 -08:00
|
|
|
"scripts": {
|
2021-08-22 03:09:50 +03:00
|
|
|
"install": "node install.js",
|
2023-04-17 00:02:42 +03:00
|
|
|
"prepack": "cp ../../LICENSE ../README.md .",
|
|
|
|
|
"postpack": "rm LICENSE README.md"
|
2019-01-16 11:42:50 -08:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2019-01-17 15:15:34 -08:00
|
|
|
"tree-sitter": "cli.js"
|
2019-01-16 11:42:50 -08:00
|
|
|
}
|
|
|
|
|
}
|