2026-03-22 02:46:34 +08:00
|
|
|
{
|
|
|
|
|
"name": "@stirling-image/api",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "tsx watch src/index.ts",
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"start": "node dist/index.js",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"clean": "rm -rf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@fastify/cors": "^11.0.0",
|
2026-03-22 04:03:38 +08:00
|
|
|
"@fastify/multipart": "^9.0.0",
|
2026-03-22 02:46:34 +08:00
|
|
|
"@fastify/rate-limit": "^10.2.0",
|
2026-03-22 04:03:38 +08:00
|
|
|
"@fastify/static": "^8.1.0",
|
2026-03-22 02:46:34 +08:00
|
|
|
"@fastify/swagger": "^9.4.0",
|
|
|
|
|
"@fastify/swagger-ui": "^5.2.0",
|
2026-03-22 04:03:38 +08:00
|
|
|
"@stirling-image/image-engine": "workspace:*",
|
|
|
|
|
"@stirling-image/shared": "workspace:*",
|
|
|
|
|
"archiver": "^7.0.1",
|
|
|
|
|
"better-sqlite3": "^11.7.0",
|
2026-03-22 02:46:34 +08:00
|
|
|
"dotenv": "^16.4.0",
|
2026-03-22 02:51:57 +08:00
|
|
|
"drizzle-orm": "^0.38.0",
|
2026-03-22 04:03:38 +08:00
|
|
|
"fastify": "^5.2.0",
|
|
|
|
|
"p-queue": "^9.1.0",
|
|
|
|
|
"sharp": "^0.33.0",
|
|
|
|
|
"zod": "^3.24.0"
|
2026-03-22 02:46:34 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-22 04:03:38 +08:00
|
|
|
"@types/archiver": "^7.0.0",
|
|
|
|
|
"@types/better-sqlite3": "^7.6.0",
|
2026-03-22 02:51:57 +08:00
|
|
|
"@types/node": "^22.0.0",
|
|
|
|
|
"drizzle-kit": "^0.30.0",
|
2026-03-22 04:03:38 +08:00
|
|
|
"tsx": "^4.19.0",
|
|
|
|
|
"typescript": "^5.7.0"
|
2026-03-22 02:46:34 +08:00
|
|
|
}
|
|
|
|
|
}
|