gc-wing/apps/api/package.json

22 lines
405 B
JSON
Raw Normal View 히스토리

2026-02-15 11:22:38 +09:00
{
"name": "@wing/api",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^11.1.0",
"fastify": "^5.6.1"
},
"devDependencies": {
"@types/node": "^24.10.1",
"tsx": "^4.20.5",
"typescript": "~5.9.3"
}
}