2019-01-16 11:42:50 -08:00
|
|
|
{
|
|
|
|
|
"name": "tree-sitter-cli",
|
2024-10-04 00:47:45 -04:00
|
|
|
"version": "0.24.1",
|
2019-01-16 11:42:50 -08:00
|
|
|
"author": "Max Brunsfeld",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-03-31 21:02:32 +02:00
|
|
|
"url": "https://github.com/tree-sitter/tree-sitter.git"
|
2019-01-16 11:42:50 -08:00
|
|
|
},
|
|
|
|
|
"description": "CLI for generating fast incremental parsers",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"parser",
|
|
|
|
|
"lexer"
|
|
|
|
|
],
|
|
|
|
|
"main": "lib/api/index.js",
|
2024-05-24 23:53:33 +03:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
2019-01-16 11:42:50 -08:00
|
|
|
"scripts": {
|
2021-08-22 03:09:50 +03:00
|
|
|
"install": "node install.js",
|
2023-04-17 00:02:42 +03:00
|
|
|
"prepack": "cp ../../LICENSE ../README.md .",
|
|
|
|
|
"postpack": "rm LICENSE README.md"
|
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
|
|
|
}
|
|
|
|
|
}
|