-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 842 Bytes
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
{
"name": "fourdotmeme-bot",
"version": "1.0.3",
"description": "",
"main": "start.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"build": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "10xAngel",
"license": "ISC",
"dependencies": {
"axios": "^1.12.2",
"chalk": "^5.6.2",
"commander": "^14.0.1",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"inquirer": "^12.10.0",
"p-timeout": "^7.0.1",
"pino": "^10.0.0",
"pino-pretty": "^13.1.2",
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"@types/node": "^24.7.1",
"@types/prompt-sync": "^4.2.3",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}