17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"name": "tree-sitter-rzcmd",
|
|
"version": "1.0.0",
|
|
"description": "Tree-Sitter grammar for parsing rizin commands",
|
|
"main": "bindings/node",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Riccardo Schirone",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nan": "^2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.21.0"
|
|
}
|
|
}
|