| 3e3af55 | | | 1 | { |
| 3e3af55 | | | 2 | "name": "@grove/api", |
| 3e3af55 | | | 3 | "version": "0.1.0", |
| 36387cc | | | 4 | "description": "Grove API server — REST API for Grove monorepo hosting", |
| 3e3af55 | | | 5 | "type": "module", |
| 3e3af55 | | | 6 | "main": "dist/server.js", |
| 3e3af55 | | | 7 | "scripts": { |
| 3e3af55 | | | 8 | "dev": "tsx watch src/server.ts", |
| 3e3af55 | | | 9 | "build": "tsc", |
| 3e3af55 | | | 10 | "start": "node dist/server.js", |
| 3e3af55 | | | 11 | "lint": "eslint src/" |
| 3e3af55 | | | 12 | }, |
| 3e3af55 | | | 13 | "dependencies": { |
| 3e3af55 | | | 14 | "@fastify/cors": "^11.0.0", |
| 3e3af55 | | | 15 | "@fastify/jwt": "^9.0.0", |
| 90d5eb8 | | | 16 | "@fastify/multipart": "^9.4.0", |
| 3e3af55 | | | 17 | "@fastify/static": "^8.1.0", |
| 135dfe5 | | | 18 | "better-sqlite3": "^11.7.0", |
| 135dfe5 | | | 19 | "fastify": "^5.2.0", |
| 80fafdf | | | 20 | "minimatch": "^10.2.0", |
| 80fafdf | | | 21 | "yaml": "^2.8.2", |
| 3e3af55 | | | 22 | "zod": "^3.24.0" |
| 3e3af55 | | | 23 | }, |
| 3e3af55 | | | 24 | "devDependencies": { |
| 135dfe5 | | | 25 | "@types/better-sqlite3": "^7.6.13", |
| 80fafdf | | | 26 | "@types/minimatch": "^5.1.2", |
| 3e3af55 | | | 27 | "@types/node": "^22.0.0", |
| 135dfe5 | | | 28 | "pino-pretty": "^13.1.3", |
| 3e3af55 | | | 29 | "tsx": "^4.19.0", |
| 3e3af55 | | | 30 | "typescript": "^5.7.0" |
| 3e3af55 | | | 31 | } |
| 3e3af55 | | | 32 | } |