| { | |
| "name": "@wfo/simulator", | |
| "version": "1.0.0", | |
| "description": "External Compute Service - Heavy AI orchestration logic (Intent, Planner, Graph, Compiler, Validator, Simulator)", | |
| "private": true, | |
| "scripts": { | |
| "dev": "tsx watch src/index.ts", | |
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "lint": "eslint src --ext .ts" | |
| }, | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.4.0", | |
| "express": "^4.18.0", | |
| "express-rate-limit": "^7.2.0", | |
| "helmet": "^7.1.0", | |
| "module-alias": "^2.3.4", | |
| "openai": "^4.28.0", | |
| "pino": "^8.17.0", | |
| "pino-pretty": "^10.3.0", | |
| "zod": "^3.22.0" | |
| }, | |
| "devDependencies": { | |
| "@types/cors": "^2.8.17", | |
| "@types/express": "^4.17.21", | |
| "@types/node": "^20.11.0", | |
| "tsx": "^4.7.0", | |
| "typescript": "^5.3.0" | |
| } | |
| } | |