-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 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
48
{
"name": "hltokensender",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/run.js",
"dev": "nodemon run.ts",
"build": "webpack",
"format": "prettier --write \"**/*.ts\""
},
"author": "Jose Herrera",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.692.0",
"@aws-sdk/credential-providers": "^3.692.0",
"@slack/web-api": "^7.9.2",
"@types/aws-lambda": "^8.10.147",
"archiver": "^7.0.1",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.7",
"bufferutil": "^4.0.9",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"ethers": "^6.13.4",
"hyperliquid": "^1.7.5",
"ioredis": "^5.4.2",
"node-cron": "^3.0.3",
"postgres": "^3.4.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"utf-8-validate": "^6.0.5",
"viem": "^2.21.44",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1",
"ws": "^8.18.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
"@types/node-cron": "^3.0.11",
"husky": "^9.1.7",
"nodemon": "^3.1.7",
"typechain": "^8.3.2"
}
}