27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"name": "tree-sitter-cli",
|
|
"version": "0.24.7",
|
|
"author": "Max Brunsfeld",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tree-sitter/tree-sitter.git"
|
|
},
|
|
"description": "CLI for generating fast incremental parsers",
|
|
"keywords": [
|
|
"parser",
|
|
"lexer"
|
|
],
|
|
"main": "lib/api/index.js",
|
|
"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"
|
|
}
|
|
}
|