-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 957 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
38
{
"name": "@eeveebot/admin",
"version": "2.3.1",
"description": "the eevee admin module",
"keywords": [
"eevee"
],
"main": "dist/main.mjs",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"test": "npx eslint src/",
"build": "npm run test && npx tsc",
"dev": "npm run build && node dist/main.mjs",
"update-libraries": "npm install --save @eeveebot/libeevee@latest"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.130",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"eslint": "^9.39.4",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@eeveebot/libeevee": "^3.7.0",
"ascii-table": "^0.0.9",
"irc-framework": "^4.14.0",
"js-yaml": "^4.1.1",
"nats": "^2.29.3",
"prom-client": "^15.1.3",
"winston": "^3.19.0"
}
}