a cache for slack profile pictures and emojis
1{
2 "name": "cachet",
3 "version": "0.3.2",
4 "scripts": {
5 "test": "echo \"Error: no test specified\" && exit 1",
6 "dev": "bun run --watch src/index.ts",
7 "start": "bun run src/server.ts",
8 "build": "bun build --target=bun --production --outdir=dist ./src/server.ts"
9 },
10 "dependencies": {
11 "@sentry/bun": "^9.40.0",
12 "@tqman/nice-logger": "^1.0.7",
13 "@types/node-cron": "^3.0.11",
14 "bottleneck": "^2.19.5",
15 "elysia": "1.1.26",
16 "node-cron": "^3.0.3",
17 "sentry": "^0.1.2"
18 },
19 "devDependencies": {
20 "@types/bun": "latest"
21 },
22 "private": true,
23 "peerDependencies": {
24 "typescript": "^5"
25 }
26}