17 lines
742 B
JSON
17 lines
742 B
JSON
{
|
|
"name": "@agent-studio/server",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": { "predev": "pnpm --filter @agent-studio/shared build && pnpm --filter @agent-studio/harness build", "dev": "tsx watch src/main.ts", "prestart": "pnpm --filter @agent-studio/shared build && pnpm --filter @agent-studio/harness build", "start": "node dist/main.js", "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.json" },
|
|
"dependencies": {
|
|
"@agent-studio/harness": "workspace:*",
|
|
"@agent-studio/shared": "workspace:*",
|
|
"@fastify/multipart": "^9.3.0",
|
|
"@fastify/static": "^8.3.0",
|
|
"fastify": "^5.6.2",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" }
|
|
}
|