This commit is contained in:
ProgramSnail 2023-07-16 20:54:43 +03:00
commit d218e02a78
61 changed files with 14411 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "tree-sitter-lang",
"version": "1.0.0",
"main": "bindings/node",
"author": "ProgramSnail",
"license": "MIT",
"dependencies": {
"nan": "^2.17.0"
}
}