mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-28 01:18:47 +00:00
init
This commit is contained in:
commit
d218e02a78
61 changed files with 14411 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue