-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "ipfs-file-storage",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"start:dev": "nodemon server.js"
},
"author": "optimus789",
"license": "MIT",
"dependencies": {
"@supercharge/strings": "^1.24.0",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"ethers": "^5.5.3",
"express": "^4.17.2",
"express-fileupload": "^1.2.1",
"ipfs": "^0.61.0",
"ipfs-http-client": "^55.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.3.1",
"mongoose": "^6.2.0",
"path": "^0.12.7",
"web3": "^1.6.1"
}
}