-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "caracal",
"version": "0.3.0",
"description": "caracAL - Node client for adventure.land",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "number_e",
"license": "MIT",
"dependencies": {
"bot-web-interface": "^2.0.14",
"cloneable-readable": "^3.0.0",
"inquirer": "^8.2.6",
"jquery": "^3.7.1",
"jsdom": "^24.0.0",
"logrotate-stream": "^0.2.9",
"node-fetch": "^3.3.2",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"pngjs": "^6.0.0",
"pretty-ms": "^7.0.1",
"socket.io-client": "^4.7.2",
"ts-loader": "^9.5.0",
"typed-adventureland": "^0.0.43",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-watched-glob-entries-plugin": "^2.2.6"
},
"devDependencies": {
"prettier": "3.0.3"
}
}