-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 740 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
{
"devDependencies": {
"husky": "^9.1.6",
"prettier": "3.3.3",
"pretty-quick": "^4.0.0",
"typescript": "^5.3.3"
},
"name": "bingoparty-mineflayer",
"version": "1.0.0",
"description": "https://github.com/aphased/BingoPartyBot",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"chalk": "^5.3.0",
"discord.js": "^14.16.0",
"dotenv": "^16.4.5",
"mineflayer": "^4.20.1",
"prismarine-chat": "^1.10.1",
"simple-json-db": "^2.0.0",
"strip-ansi": "^7.1.0",
"winston": "^3.14.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}