-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 789 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 789 Bytes
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
32
33
34
{
"name": "ipfs-s3-example",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "nodemon --exec babel-node src/index.js",
"predev:docker": "npm i",
"dev:docker": "npm run dev"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@rabbotio/noconsole": "^1.1.0",
"aws-sdk": "^2.351.0",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"datastore-s3": "^0.2.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-fileupload": "^1.0.0",
"ipfs": "^0.33.1",
"ipfs-repo": "^0.25.0",
"memory-stream": "0.0.3",
"openpgp": "^4.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"nodemon": "^1.18.6"
}
}