forked from hanchon-live/ethermint-faucet-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
32
33
34
{
"name": "akash-faucet",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"migrate": "node ./bin/migrate.js",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.26.0",
"@cosmjs/stargate": "^0.26.0",
"@hanchon/ethermint-address-converter": "^1.0.0",
"@types/cors": "^2.8.12",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^2.4.1",
"fastify": "^3.20.2",
"fastify-basic-auth": "^2.1.0",
"fastify-cors": "^6.0.2",
"fastify-express": "^0.3.3",
"fastify-metrics": "^7.2.3",
"got": "^11.8.2",
"jwks-rsa": "^2.0.4",
"nodemon": "^2.0.12",
"parse-duration": "^1.0.0",
"pg": "^8.7.1",
"sequelize": "^6.6.5",
"ts-node": "^10.2.1",
"tsc": "^2.0.3",
"typescript": "^4.3.5"
}
}