aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..813cf53
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "tree-sitter-gsp",
+ "version": "1.0.0",
+ "description": "A tree-sitter parser for gsp",
+ "main": "bindings/node",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://git.sr.ht/~mango/tree-sitter-gsp.git"
+ },
+ "author": "Thomas Voss",
+ "license": "0BSD",
+ "bugs": {
+ "url": "https://todo.sr.ht/~mango/tree-sitter-gsp"
+ },
+ "homepage": "https://git.sr.ht/~mango/tree-sitter-gsp#readme",
+ "dependencies": {
+ "nan": "^2.18.0"
+ }
+}