{ "name": "nostore", "version": "1.0.0", "description": "", "source": [ "background.js", "content.js", "nostr.js", "popup.html" ], "scripts": { "build": "./build.js", "watch": "./build.js watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "alpinejs": "^3.10.5", "esbuild": "^0.16.17", "nostr-tools": "^1.1.1" }, "devDependencies": { "prettier": "^2.8.3" } }