{ "name": "scripts", "version": "1.0.0", "main": "index.js", "license": "AGPL-3.0-or-later", "private": true, "scripts": { "start:local": "tsx index.ts", "start:staging": "NODE_ENV=staging tsx index.ts", "start:prod": "NODE_ENV=production tsx index.ts" }, "devDependencies": { "@types/node": "18.11.9", "axios": "^1.1.3", "db": "workspace:*", "emails": "workspace:*", "got": "12.5.2", "models": "workspace:*", "tsx": "3.11.0", "typescript": "4.8.4", "utils": "workspace:*" } }