Files
start/package.json
T
hykocx 3df841897d chore: remove deprecated instrumentationHook config and bump to v1.3.2
Remove the `experimental.instrumentationHook` option from the generated
`next.config.mjs` template, as it is no longer needed in newer versions
of Next.js. Bump package version from 1.3.1 to 1.3.2.
2026-04-12 19:02:13 -04:00

25 lines
511 B
JSON

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