seedling/package.json
Roman Jaroš 0cdbea8523
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Update ci build command
Change-Id: I95aa2c1e566c6e564f6c74100fa5414f2023782f
2023-11-16 12:27:51 +01:00

27 lines
No EOL
578 B
JSON

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