nostrMediaUpload/package.json
2024-04-14 20:04:50 -04:00

18 lines
405 B
JSON

{
"name": "nostr-media-upload",
"version": "1.0.0",
"description": "Upload Media to domain, auth with nip7 signer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OceanSlim",
"license": "MIT",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.6.1",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^6.1.5",
"vite": "^5.2.7"
}
}