{ "name": "@str/scraper", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "@str/shared-types": "*", "fastify": "^5.2.0", "drizzle-orm": "^0.38.0", "postgres": "^3.4.0", "playwright": "^1.49.0", "dotenv": "^16.4.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }