seedling/package.json
Mr. Jenkins 1ddb9918c6
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Release v0.2.2
2024-01-25 09:11:02 +00:00

27 lines
608 B
JSON

{
"name": "@toolkit/seedling",
"version": "0.2.2",
"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.2.4"
},
"publishConfig": {
"registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/"
},
"keywords": [],
"author": "Roman Jaroš",
"license": "ISC"
}