1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00
discover/back-end/package.json
2019-11-06 10:23:02 +01:00

33 lines
819 B
JSON

{
"name": "status-discover-backend",
"version": "1.0.0",
"description": "Discover dapps backend",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Status",
"license": "ISC",
"dependencies": {
"body-parser": "1.19.0",
"bs58": "^4.0.1",
"cors": "2.8.5",
"dotenv": "8.0.0",
"embarkjs": "4.0.2",
"embarkjs-connector-web3": "^4.0.0",
"express": "4.17.1",
"express-rate-limit": "^4.0.3",
"helmet": "3.18.0",
"ipfs-http-client": "32.0.1",
"mongoose": "5.7.5",
"nodemailer": "6.3.0",
"nodemon": "1.19.1",
"validator": "11.0.0",
"web3": "^1.0.0-beta.55",
"web3-utils": "^1.0.0-beta.55",
"winston": "3.2.1",
"winston-aws-cloudwatch": "3.0.0"
}
}