{ "name": "@autumn/server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "nodemon --exec tsx src/index.ts --ignore 'src/scripts/*' --ignore 'workflow-dependencies/*'", "start": "tsx src/index.ts", "queue:dev": "tsx watch src/queue.ts", "build": "tsc -b", "prod": "tsc -b && tsc-alias && node dist/index.js", "test": "tsx test.ts", "prod:build": "tsc -b && tsc-alias", "prod:start": "node dist/index.js", "cron": "tsx src/cron.ts", "clean": "tsx src/clean.ts", "invoiceCron": "tsx src/invoiceCron.ts" }, "author": "", "license": "ISC", "dependencies": { "@autumn/shared": "*", "@anthropic-ai/sdk": "^0.32.1", "@aws-sdk/client-secrets-manager": "^3.726.0", "@clerk/express": "^1.3.22", "@clickhouse/client": "^1.10.0", "@infisical/sdk": "^3.0.4", "@slack/events-api": "^3.0.1", "@slack/web-api": "^7.8.0", "@supabase/supabase-js": "^2.46.2", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@unkey/api": "^0.29.0", "body-parser": "^1.20.3", "bullmq": "^5.31.1", "chalk": "^5.3.0", "cors": "^2.8.5", "date-fns": "^4.1.0", "dotenv": "^16.4.7", "express": "^4.21.1", "http-status-codes": "^2.3.0", "ksuid": "^3.0.0", "nodemon": "^3.1.7", "pg": "^8.13.1", "pino": "^9.5.0", "pino-pretty": "^13.0.0", "postgres": "^3.4.5", "recaseai": "^0.0.37", "stripe": "^17.5.0", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", "tsx": "^4.19.2" }, "devDependencies": { "@types/pg": "^8.11.10" } }