Files
tyx_AI_xhs/apps/api/package.json
T
suyx f1bebab611
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 59s
feat: isolate asset release access classes (TASK-WP5-04)
2026-08-03 19:02:04 +08:00

27 lines
661 B
JSON

{
"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/asset-release-manifest": "workspace:*",
"@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"
}
}