2024-04-15 00:04:50 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-04-16 14:05:34 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^4.19.2",
|
|
|
|
"multer": "^1.4.5-lts.1",
|
|
|
|
"path": "^0.12.7",
|
2024-04-15 00:04:50 +00:00
|
|
|
"vite": "^5.2.7"
|
|
|
|
}
|
|
|
|
}
|