2023-09-09 16:55:38 +02:00
|
|
|
{
|
2023-09-09 19:42:29 +02:00
|
|
|
"name": "@toolkit/seedling",
|
2024-01-25 09:53:34 +00:00
|
|
|
"version": "0.2.3",
|
2023-09-09 16:55:38 +02:00
|
|
|
"description": "",
|
2023-09-09 18:18:34 +02:00
|
|
|
"main": "create.js",
|
|
|
|
"bin": {
|
|
|
|
"seedling": "./create.js"
|
|
|
|
},
|
2023-09-09 16:55:38 +02:00
|
|
|
"scripts": {
|
2023-12-28 21:58:08 +00:00
|
|
|
"ci:build": "pnpm build",
|
|
|
|
"build": "node create.js --name app --port 90 ./output",
|
2023-09-09 18:18:34 +02:00
|
|
|
"release": "pnpm version --no-git-tag-version"
|
2023-09-09 16:55:38 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"minimist": "1.2.8",
|
2023-12-27 05:33:22 +00:00
|
|
|
"replace-in-file": "7.1.0"
|
2023-09-09 16:55:38 +02:00
|
|
|
},
|
2023-09-09 18:18:34 +02:00
|
|
|
"devDependencies": {
|
2024-02-04 09:38:31 +00:00
|
|
|
"prettier": "3.2.5"
|
2023-09-09 18:18:34 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
2023-11-18 11:23:25 +01:00
|
|
|
"registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/"
|
2023-09-09 18:18:34 +02:00
|
|
|
},
|
2023-09-09 16:55:38 +02:00
|
|
|
"keywords": [],
|
|
|
|
"author": "Roman Jaroš",
|
|
|
|
"license": "ISC"
|
2024-01-25 09:11:02 +00:00
|
|
|
}
|