-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
{
"name": "nodejsreporter",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"start": "dotenv -- node dist/index.js",
"dev": "dotenv -- ts-node src/run.ts",
"test": "dotenv -- jest --coverage --detectOpenHandles",
"format": "prettier --write \"**/*.ts\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@smithy/types": "^3.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"@types/uuid": "^10.0.0",
"archiver": "^7.0.1",
"dotenv-cli": "^7.4.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cuonghx.gu-tech/ethers-aws-kms-signer": "^0.9.1",
"@types/axios": "^0.14.0",
"@types/cron": "^2.4.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"bufferutil": "^4.0.8",
"cron": "^3.1.7",
"drizzle-orm": "^0.33.0",
"ethers": "^6.13.2",
"postgres": "^3.4.4",
"utf-8-validate": "^6.0.4",
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}