mirror of
https://github.com/Jeuners/agenttwo-tools.git
synced 2026-09-09 15:02:31 +02:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "server",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "tsx src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^10.0.1",
|
|
"fastify": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.0",
|
|
"@types/ws": "^8.5.14",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.7.3",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|