-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
35
36
37
38
39
40
41
{
"name": "akash-faucet",
"version": "0.0.1",
"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",
"@types/cors": "^2.8.12",
"@types/promise-retry": "^1.1.3",
"axios": "^0.26.0",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"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",
"fastify-static": "^4.5.0",
"got": "^11.8.2",
"handlebars": "^4.7.7",
"jwks-rsa": "^2.0.4",
"nodemon": "^2.0.12",
"ololog": "^1.1.175",
"parse-duration": "^1.0.0",
"pg": "^8.7.1",
"point-of-view": "^5.0.0",
"promise-retry": "^2.0.1",
"sequelize": "^6.6.5",
"ts-node": "^10.2.1",
"tsc": "^2.0.3",
"typescript": "^4.3.5"
}
}