diff --git a/package.json b/package.json index 656c7b4..dcb93bc 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,8 @@ "bench": "node benchmark/tx.js", "lint": "prettier --check src", "format": "prettier --write src", - "test": "node test/index.js" + "test": "node test/index.js", + "test:bun": "bun test/index.js", + "deno": "deno --allow-env --allow-read test/index.js" } }