Files
start/package.json
T
hykocx 74ce6192f1 docs: reorganize and update developer documentation
- update README.md to simplify @zen/core description
- rewrite DEV.md standards section with clearer principles and remove publication section
- extract publication process to new PUBLICATION.md document
- rewrite REDACTION.md with simplified structure and two-context approach
- bump package version in package.json
2026-04-25 08:30:23 -04:00

25 lines
504 B
JSON

{
"name": "@zen/start",
"version": "1.4.1",
"description": "CLI pour créer un projet Next.js avec @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"
}
}