Files
DenozordecandCursor 5c43d88f1a
Docker / build (push) Failing after 25s
feat(censorcheck): добавить статус блокировок и launcher curl | bash
Прогон с VPS через HMAC-токен матчится к существующим серверам; UI /blocking показывает текущие проверки и историю.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-22 10:52:22 +07:00

39 lines
1.1 KiB
JSON

{
"name": "@cfdm/api",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm --filter @cfdm/shared build && pnpm --filter @cfdm/db build && tsx watch src/index.ts",
"dev:legacy": "node index.js",
"build": "pnpm --filter @cfdm/shared build && pnpm --filter @cfdm/db build && tsc -p tsconfig.json",
"start": "node dist/index.js",
"start:legacy": "node index.js",
"test": "vitest run"
},
"dependencies": {
"@cfdm/db": "workspace:*",
"@cfdm/shared": "workspace:*",
"@fastify/cors": "^11.0.1",
"@fastify/jwt": "^10.2.0",
"@fastify/rate-limit": "^11.2.0",
"@fastify/sensible": "^6.0.3",
"@fastify/static": "^8.2.0",
"better-sqlite3": "^11.10.0",
"cors": "^2.8.5",
"drizzle-orm": "^0.40.0",
"express": "^4.21.1",
"fastify": "^5.6.1",
"fastify-plugin": "^6.0.0",
"sql.js": "^1.14.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.10.0",
"tsx": "^4.19.0",
"typescript": "^5.9.2",
"vitest": "^3.0.0"
}
}