mirror of
https://github.com/besoeasy/file-drop.git
synced 2026-01-25 20:58:57 -06:00
33 lines
801 B
JSON
33 lines
801 B
JSON
{
|
|
"name": "file-drop",
|
|
"version": "1.4.1",
|
|
"description": "file drop",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "podman run --name ipfs-host --rm --network host docker.io/ipfs/kubo:latest",
|
|
"start": "node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/besoeasy/file-drop.git"
|
|
},
|
|
"author": "besoeasy",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/besoeasy/file-drop/issues"
|
|
},
|
|
"homepage": "https://github.com/besoeasy/file-drop#readme",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"compression": "^1.8.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^4.21.2",
|
|
"form-data": "^4.0.2",
|
|
"mime-types": "^3.0.2",
|
|
"multer": "^1.4.5-lts.2",
|
|
"nostr-tools": "^2.9.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|