diff --git a/package.json b/package.json index 0409467..24b83cf 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,8 @@ "dependencies": { "arweave": "^1.14.4" }, - "bin": "./index.js" + "bin": "./index.js", + "scripts": { + "test": "echo ok" + } } \ No newline at end of file