-
Notifications
You must be signed in to change notification settings - Fork 4
/
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": "gravy-stack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"dev": "nodemon bot.ts",
"build": "npx tsc",
"start": "node dist/bot.js",
"prod": "bun run build && bun run start",
"gen-types": "bunx typechain --target ethers-v6 --out-dir types/contracts 'web3/abis/*.json'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@1inch/limit-order-protocol": "^2.0.4",
"@goplus/sdk-node": "^1.0.9",
"@grammyjs/conversations": "^1.1.2",
"@grammyjs/i18n": "^1.0.1",
"@grammyjs/menu": "^1.2.1",
"@grammyjs/router": "^2.0.0",
"@grammyjs/runner": "^2.0.3",
"@grammyjs/storage-free": "^2.4.0",
"@prisma/client": "^5.7.0",
"@supabase/supabase-js": "^2.31.0",
"@typechain/ethers-v6": "^0.5.1",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"ethers": "^6.7.0",
"grammy": "^1.17.2",
"graphql-request": "^6.1.0",
"node-fetch": "^3.3.2",
"qs": "^6.11.2",
"ts-node-dev": "^2.0.0",
"typechain": "^8.3.2"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/qs": "^6.9.10",
"nodemon": "^3.0.1",
"prisma": "^5.7.0",
"ts-node": "^10.9.2",
"tsc-node": "0.0.3",
"typescript": "^5.3.3"
}
}