24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "tree-sitter-cli",
|
|
"version": "0.20.8",
|
|
"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",
|
|
"scripts": {
|
|
"install": "node install.js",
|
|
"prepack": "cp ../../LICENSE ."
|
|
},
|
|
"bin": {
|
|
"tree-sitter": "cli.js"
|
|
}
|
|
}
|