commit package.json (as created by tree-sitter generate)

i need to insert custom attributes into this which are not auto-generated
This commit is contained in:
2023-07-04 21:55:55 +00:00
parent d1cb9847d9
commit bd561cec7e

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}