1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-11-22 01:36:57 +01:00
faucet/package.json
“ciscodacunha” 67f936889b ui updated
2020-10-20 20:56:31 +02:00

28 lines
586 B
JSON

{
"name": "faucet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"mongodb": "^3.6.2",
"truffle-hdwallet-provider": "^1.0.17",
"url": "^0.11.0",
"uuid": "^8.3.1",
"web3": "^1.2.11"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}