mirror of
https://github.com/JellyApple102/tree-sitter-dfraw.git
synced 2024-11-24 15:09:20 +02:00
23 lines
443 B
JSON
23 lines
443 B
JSON
|
{
|
||
|
"name": "tree-sitter-cli",
|
||
|
"version": "0.20.0",
|
||
|
"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": {
|
||
|
"install": "node install.js"
|
||
|
},
|
||
|
"bin": {
|
||
|
"tree-sitter": "cli.js"
|
||
|
}
|
||
|
}
|