Files
sofa/apps/public-api/package.json
T

21 lines
434 B
JSON

{
"name": "@sofa/public-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "PORT=3002 bun --watch src/app.ts",
"start": "PORT=3002 bun src/app.ts",
"lint": "biome check",
"format": "biome format --write",
"check-types": "tsc --noEmit"
},
"dependencies": {
"hono": "4.12.8"
},
"devDependencies": {
"@types/bun": "catalog:",
"typescript": "catalog:"
}
}