25 lines
511 B
JSON
25 lines
511 B
JSON
{
|
|
"name": "@zen/start",
|
|
"version": "1.4.1",
|
|
"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"
|
|
}
|
|
}
|