28 lines
751 B
JSON
28 lines
751 B
JSON
{
|
|
"name": "@zen/start",
|
|
"version": "1.4.3",
|
|
"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",
|
|
"scripts": {
|
|
"release": "npm version patch --no-git-tag-version && npm i && git add package.json package-lock.json && git commit -m \"chore: bump version to $(node -p \"require('./package.json').version\")\" && git push && npm publish"
|
|
},
|
|
"bin": {
|
|
"zen-start": "./bin/cli.js"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|