27 lines
608 B
JSON
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.2.5"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/"
|
|
},
|
|
"keywords": [],
|
|
"author": "Roman Jaroš",
|
|
"license": "ISC"
|
|
}
|