init: this is the inital commit

This commit is contained in:
2026-04-23 18:31:04 +02:00
commit 434193a847
9 changed files with 3087 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "tree-sitter-ebnf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"tree-sitter-cli": "^0.26.8"
}
}