{ "name": "nixi-api", "version": "1.0.0", "description": "", "repository": { "type": "git", "url": "https://gitea.qpismont.fr/qpismont/nixi-api" }, "license": "MIT", "author": "qpismont", "type": "module", "main": "dist/app.js", "scripts": { "dev": "bun run --watch src/app.ts", "lint": "oxlint .", "type": "tsc --noEmit", "build": "bun build --target=bun --outfile dist/app.js src/app.ts", "build:migrate": "bun build --target=bun --outfile dist/migrate.js src/bin/migrate.ts", "tests": "bun test" }, "devDependencies": { "@prettier/plugin-oxc": "^0.0.4", "@types/bun": "1.2.23", "@types/node": "^24.2.1", "oxlint": "^1.19.0", "prettier": "3.6.2", "prettier-plugin-sql": "^0.19.2", "typescript": "^5.9.2" }, "dependencies": { "@hono/zod-validator": "^0.7.3", "hono": "^4.9.8", "zod": "^4.1.11" } }