2019-01-16 11:42:50 -08:00
|
|
|
{
|
|
|
|
|
"name": "tree-sitter-cli",
|
2019-07-17 15:18:54 -07:00
|
|
|
"version": "0.15.6",
|
2019-01-16 11:42:50 -08:00
|
|
|
"author": "Max Brunsfeld",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "http://github.com/tree-sitter/tree-sitter.git"
|
|
|
|
|
},
|
|
|
|
|
"description": "CLI for generating fast incremental parsers",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"parser",
|
|
|
|
|
"lexer"
|
|
|
|
|
],
|
|
|
|
|
"main": "lib/api/index.js",
|
|
|
|
|
"scripts": {
|
2019-01-16 13:59:37 -08:00
|
|
|
"install": "node install.js"
|
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
|
|
|
}
|
|
|
|
|
}
|