18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "tree-sitter-groovy",
|
|
"version": "0.0.1",
|
|
"description": "Groovy tree-sitter grammar",
|
|
"main": "bindings/node",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Peter Hart",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nan": "^2.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.7"
|
|
}
|
|
}
|