{ "name": "@zen/start", "version": "1.3.3", "description": "CLI pour créer un projet Next.js avec le CMS @zen/core", "repository": { "type": "git", "url": "https://git.hyko.cx/zen/start.git" }, "publishConfig": { "registry": "https://git.hyko.cx/api/packages/zen/npm/" }, "license": "GPL-3.0-only", "author": "Hyko", "type": "module", "bin": { "zen-start": "./bin/cli.js" }, "dependencies": { "fs-extra": "^11.2.0" }, "engines": { "node": ">=18.0.0" } }