-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.26 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.26 KB
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": "scripts",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint",
"api-key": "node src/api-key.js",
"delete-sessions": "node src/delete-sessions.js",
"limit-redis": "node src/limit-redis.js",
"purge": "node src/purge.js",
"rank-emojis": "node src/rank-emojis.js",
"timestamp": "node --no-warnings src/timestamp.js",
"validate-commands": "node --no-warnings src/validate-commands.js"
},
"dependencies": {
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
"@swc/core": "^1.13.5",
"@swc/helpers": "^0.5.12",
"chalk": "^5.6.0",
"discord-bot": "workspace:^",
"inquirer": "^10.1.8",
"ioredis": "^5.7.0",
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
"toad-scheduler": "^3.0.1",
"zod": "^4.1.5"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"globals": "^17.3.0"
}
}