ipfs storage for images and other nontext items. for use with etica - runs on etica network and currencys https://collect.etica-stats.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
388 B

{
"name": "ipfs-web-backend",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "server.js",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"ethers": "^6.15.0",
"express": "^4.21.2",
"form-data": "^4.0.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"pg": "^8.16.3"
}
}