{ "name": "@autumn/server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "nodemon --no-deprecation --exec tsx src/index.ts", "start": "tsx src/index.ts", "queue:dev": "tsx watch src/queue.ts", "build": "tsc -b", "prod": "tsc -b && tsc-alias && node dist/src/index.js", "prod:build": "tsc -b && tsc-alias", "prod:start": "node dist/src/index.js", "cron": "tsx src/cron.ts", "cron:start": "node --no-deprecation dist/src/cron.js", "clean": "tsx src/clean.ts", "test-all": "mocha 'tests/**/*.ts'", "test": "mocha 'tests/**/*.ts'" }, "mocha": { "node-option": [ "import=tsx" ] }, "author": "", "license": "ISC", "dependencies": { "@autumn/shared": "*", "@clerk/express": "^1.3.22", "@slack/events-api": "^3.0.1", "@slack/web-api": "^7.8.0", "@supabase/supabase-js": "^2.46.2", "@trigger.dev/sdk": "^3.3.11", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@unkey/api": "^0.29.0", "body-parser": "^1.20.3", "bullmq": "^5.31.1", "chai": "^5.1.2", "chai-http": "^5.1.1", "chalk": "^5.3.0", "cors": "^2.8.5", "cron": "^3.5.0", "date-fns": "^4.1.0", "dotenv": "^16.4.7", "express": "^4.21.1", "http-status-codes": "^2.3.0", "inngest": "^3.30.0", "ksuid": "^3.0.0", "nodemon": "^3.1.7", "pg": "^8.13.1", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "postgres": "^3.4.5", "recaseai": "^0.0.37", "resend": "^4.1.1", "stripe": "^17.5.0", "svix": "^1.45.1", "tsc-alias": "^1.8.10", "tsx": "^4.19.2", "ws": "^8.18.0" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/chai-http": "^3.0.5", "@types/mocha": "^10.0.10", "@types/node": "^22.13.0", "@types/pg": "^8.11.10", "mocha": "^11.1.0", "puppeteer": "^24.2.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.7.3" } }