UNPKG

arvox-backend

Version:

Un framework backend moderne et modulaire basé sur Hono, TypeScript et l'architecture hexagonale avec authentification Better Auth + Drizzle intégrée

15 lines (14 loc) 318 B
{ "name": "create-arvox-app", "version": "1.1.7", "description": "CLI pour générer une application backend Arvox", "type": "module", "bin": { "create-arvox-app": "./create-arvox-app.js" }, "author": "Arvox", "license": "MIT", "dependencies": { "commander": "^14.0.0" } }