{ "name": "cachet", "version": "0.4.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "build": "bun build --compile --outfile dist/cachet --production ./src/index.ts" }, "dependencies": { "@sentry/bun": "^9.47.1", "@tqman/nice-logger": "^1.1.1", "@types/node-cron": "^3.0.11", "bottleneck": "^2.19.5", "node-cron": "^3.0.3", "sentry": "^0.1.2" }, "devDependencies": { "@types/bun": "latest" }, "private": true, "peerDependencies": { "typescript": "^5.9.3" } }