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/index.ts",
8 "build": "bun build --compile --outfile dist/cachet --production ./src/index.ts"
9 },
10 "dependencies": {
11 "@sentry/bun": "^9.47.1",
12 "@tqman/nice-logger": "^1.1.1",
13 "@types/node-cron": "^3.0.11",
14 "bottleneck": "^2.19.5",
15 "node-cron": "^3.0.3",
16 "sentry": "^0.1.2"
17 },
18 "devDependencies": {
19 "@types/bun": "latest"
20 },
21 "private": true,
22 "peerDependencies": {
23 "typescript": "^5.9.3"
24 }
25}