{ "name": "@siax/c0py-api", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "start": "NODE_ENV=production tsx src/index.ts", "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@siax/c0py-core": "workspace:*", "@siax/c0py-config": "workspace:*", "@siax/c0py-types": "workspace:*", "fastify": "^5.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^24.0.0", "tsx": "^4.21.0", "typescript": "^5.7.2", "vitest": "^3.0.0" } }