Files
start/package.json
T
hykocx c4e23ae31d fix: remove screenshot reference from README template
Remove the screenshot image link from the generated README.md
template as it references a non-existent asset path that would
cause broken image links in new projects. Bump version to 1.3.1.
2026-04-12 17:03:47 -04:00

25 lines
511 B
JSON

{
"name": "@zen/start",
"version": "1.3.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"
}
}