aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-14 18:10:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-14 18:10:53 +0200
commitcde4f74ed9dffa1415d9021c343eb599e8866b4d (patch)
tree68cd8ec7ed3458515736ef825abcf39979602338 /package.json
parentc549d8b3bbbade9ccb8c208295b35f5afbc7913b (diff)
Update the grammar a bit
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 09b9b1f..aedb861 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,10 @@
"main": "bindings/node",
"types": "bindings/node",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp-build",
- "prebuildify": "prebuildify --napi --strip"
+ "prestart": "tree-sitter build --wasm",
+ "start": "tree-sitter playground",
+ "test": "node --test bindings/node/*_test.js"
},
"repository": {
"type": "git",