seedling/package.json
Mr. Renovate 6380f29455
Some checks failed
renovate/artifacts Artifact file update failure
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Update dependency prettier to v3.5.3
2025-03-03 05:34:51 +00:00

27 lines
608 B
JSON

{
"name": "@toolkit/seedling",
"version": "0.2.3",
"description": "",
"main": "create.js",
"bin": {
"seedling": "./create.js"
},
"scripts": {
"ci:build": "pnpm build",
"build": "node create.js --name app --port 90 ./output",
"release": "pnpm version --no-git-tag-version"
},
"dependencies": {
"minimist": "1.2.8",
"replace-in-file": "7.1.0"
},
"devDependencies": {
"prettier": "3.5.3"
},
"publishConfig": {
"registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/"
},
"keywords": [],
"author": "Roman Jaroš",
"license": "ISC"
}