{ "name": "@dada/api", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/main.js", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@dada/shared-contracts": "workspace:*", "@fastify/multipart": "10.1.0", "@fastify/swagger": "9.8.1", "@sinclair/typebox": "0.34.52", "better-sqlite3": "13.0.1", "drizzle-orm": "0.45.2", "fastify": "5.10.0" }, "devDependencies": { "@types/better-sqlite3": "7.6.13", "@types/node": "24.13.3", "typescript": "7.0.2" } }