{
"name": "@pijulab/api",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsup src/index.ts --format esm --out-dir dist",
"start": "node dist/index.js",
"test": "vitest run",
"lint": "biome check src/"
},
"dependencies": {
"@hono/node-server": "^1.13.7",
"@hono/zod-validator": "^0.4.2",
"@node-rs/argon2": "^1.8.0",
"@pijulab/shared": "workspace:*",
"hono": "^4.6.20",
"mysql2": "^3.11.4",
"uuidv7": "^0.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}