-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
42
43
44
45
46
47
48
{
"name": "jsinfo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "drizzle-kit generate:pg",
"build": "tsc --build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node-lts": "^18.12.4",
"@types/async-retry": "^1.4.8",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"drizzle-kit": "^0.20.13",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@cosmjs/stargate": "^0.31.1",
"@fastify/cors": "^8.5.0",
"@lavanet/lavajs": "2.1.3",
"@supercharge/promise-pool": "^3.1.0",
"async-retry": "^1.3.3",
"bun-types": "^1.0.17",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.3",
"fastify": "^4.23.2",
"http-proxy": "^1.18.1",
"nock": "^13.5.4",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"pako": "^2.1.0",
"pino-pretty": "^10.3.1",
"postgres": "^3.3.5",
"redis": "^4.6.15",
"winston": "^3.11.0"
}
}