{ "name": "subwatcher-api", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "test": "vitest run" }, "dependencies": { "@fastify/cors": "^11.0.0", "adm-zip": "^0.5.16", "dotenv": "^16.4.7", "fastify": "^5.2.1", "fs-extra": "^11.3.0", "zod": "^3.24.1" }, "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/fs-extra": "^11.0.4", "@types/node": "^22.13.1", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }