All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
27 lines
No EOL
578 B
JSON
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.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.0.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.romanjaros.dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "Roman Jaroš",
|
|
"license": "ISC"
|
|
} |