Files
tyx_AI_xhs/apps/api/package.json
T
suyx c92a91a127
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 30s
feat: publish admin sticker releases (TASK-WP5-05)
2026-08-03 19:43:10 +08:00

29 lines
735 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:*",
"@dada/static-sticker-catalog": "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",
"sharp": "0.35.3"
},
"devDependencies": {
"@types/better-sqlite3": "7.6.13",
"@types/node": "24.13.3",
"typescript": "7.0.2"
}
}