{ "name": "@demo-platform/api", "version": "0.1.0", "type": "module", "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch" }, "dependencies": { "@fastify/multipart": "^9.0.1", "@fastify/static": "^8.0.3", "@modelcontextprotocol/sdk": "^1.12.0", "fastify": "^5.2.0", "pg": "^8.13.1", "zod": "^3.24.1", "playwright-core": "^1.49.1" }, "devDependencies": { "@types/node": "^22.10.2", "@types/pg": "^8.11.10", "typescript": "^5.7.2" } }