26 lines
644 B
JSON
Executable File
26 lines
644 B
JSON
Executable File
{
|
|
"name": "@wallmuse/api",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"typecheck": "tsc -b --pretty false",
|
|
"dev": "tsx watch src/server.ts",
|
|
"start": "node dist/server.js",
|
|
"smoke": "tsx src/smoke-test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wallmuse/api-client": "workspace:*",
|
|
"@wallmuse/db": "workspace:*",
|
|
"@wallmuse/shared": "workspace:*",
|
|
"@fastify/cookie": "^11.0.2",
|
|
"@fastify/cors": "^11.0.1",
|
|
"@fastify/jwt": "^10.0.0",
|
|
"@fastify/sensible": "^6.0.3",
|
|
"bcryptjs": "^3.0.2",
|
|
"fastify": "^5.6.2",
|
|
"nanoid": "^5.1.6"
|
|
}
|
|
}
|