UNPKG

realworld-hono-drizzle

Version:
60 lines 1.41 kB
{ "name": "realworld-hono-drizzle", "description": "A RealWorld backend built with Hono and Drizzle", "version": "1.0.6", "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "bin": "./dist/cli.cjs", "files": [ "src", "dist", "LICENSE", "README.md" ], "license": "ISC", "repository": "github:illright/realworld-hono-drizzle", "bugs": "https://github.com/illright/realworld-hono-drizzle/issues", "keywords": [ "realworld", "conduit" ], "dependencies": { "@hono/node-server": "^1.19.7", "@hono/valibot-validator": "^0.5.3", "@libsql/client": "^0.14.0", "@sindresorhus/slugify": "^2.2.1", "@snaplet/copycat": "^6.0.0", "bcryptjs": "^3.0.3", "dotenv": "^16.6.1", "drizzle-orm": "^0.40.1", "hono": "^4.11.1", "valibot": "1.2.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^20.19.27", "drizzle-kit": "^0.31.8", "husky": "^9.1.7", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3" }, "scripts": { "dev": "tsx watch src/cli.ts", "seed": "tsx scripts/seed.ts", "build": "tsup", "check": "biome check", "typecheck": "tsc --noEmit" } }