{ "name": "nostrame", "license": "Unlicense", "type": "module", "dependencies": { "async-mutex": "^0.5.0", "identicon.js": "^2.3.3", "nostr-tools": "^2.19.4", "qrcode.react": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.23.1", "react-toastify": "^10.0.5", "webextension-polyfill": "^0.11.0" }, "scripts": { "build": "./build.js prod", "watch": "node ./build.js watch", "package": "./build.js prod; cd dist; zip -r archive *; cd ..; mv dist/archive.zip ./nostrame.zip" }, "devDependencies": { "chokidar": "^3.6.0", "esbuild": "0.21.3", "sass": "^1.77.2" } }