Initial commit
This commit is contained in:
27
artifacts/api-server/package.json
Normal file
27
artifacts/api-server/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@workspace/api-server",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development tsx ./src/index.ts",
|
||||
"build": "tsx ./build.ts",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@workspace/db": "workspace:*",
|
||||
"@workspace/api-zod": "workspace:*",
|
||||
"drizzle-orm": "catalog:",
|
||||
"express": "^5",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"cors": "^2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/cookie-parser": "^1.4.10",
|
||||
"esbuild": "^0.27.3",
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user