Initial commit

This commit is contained in:
2026-04-12 16:53:58 -04:00
parent 48c2356383
commit fe84ec6a43
17 changed files with 628 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "@zen/start",
"version": "1.0.0",
"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"
}
}