36 lines
749 B
JSON
36 lines
749 B
JSON
{
|
|
"name": "tree-sitter-cli",
|
|
"version": "0.26.0",
|
|
"author": {
|
|
"name": "Max Brunsfeld",
|
|
"email": "maxbrunsfeld@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Amaan Qureshi",
|
|
"email": "amaanq12@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
|
|
"directory": "crates/cli/npm"
|
|
},
|
|
"description": "CLI for generating fast incremental parsers",
|
|
"keywords": [
|
|
"parser",
|
|
"lexer"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"scripts": {
|
|
"install": "node install.js",
|
|
"prepack": "cp ../../../LICENSE ../README.md .",
|
|
"postpack": "rm LICENSE README.md"
|
|
},
|
|
"bin": {
|
|
"tree-sitter": "cli.js"
|
|
}
|
|
}
|