nostrMediaUpload/package.json

20 lines
451 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",
"cors": "^2.8.5",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"vite": "^5.2.7"
}
}