Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user