Files
tree-sitter-nix-shell/package.json
Colin bd561cec7e commit package.json (as created by tree-sitter generate)
i need to insert custom attributes into this which are not auto-generated
2023-07-04 21:55:55 +00:00

20 lines
353 B
JSON

{
"name": "tree-sitter-nix-shell",
"version": "0.0.1",
"description": "nix-shell grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parsing",
"incremental"
],
"dependencies": {
"nan": "^2.12.1"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
"test": "tree-sitter test"
}
}