{ "name": "eks-relay", "version": "2.0.0", "private": true, "description": "EKS Support Relay - integration hub between Chatwoot, Flowise, WooCommerce and the WordPress Store API", "type": "module", "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "test": "tsx --test \"tests/**/*.test.ts\"", "lint": "tsc -p tsconfig.check.json", "db:generate": "prisma generate", "db:migrate": "prisma migrate deploy", "db:migrate:dev": "prisma migrate dev", "db:studio": "prisma studio --port 5555 --hostname 127.0.0.1", "db:validate": "prisma validate", "events": "tsx scripts/events.ts" }, "dependencies": { "@prisma/client": "6.19.3", "express": "^5.2.1", "zod": "^4.4.3" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.10.0", "prisma": "6.19.3", "tsx": "^4.19.2", "typescript": "^5.7.2" } }