2023-09-09 16:55:38 +02:00
|
|
|
{
|
2023-09-09 19:42:29 +02:00
|
|
|
"name": "@toolkit/seedling",
|
2023-09-14 18:21:11 +00:00
|
|
|
"version": "0.2.1",
|
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-09-09 18:18:34 +02:00
|
|
|
"create": "pnpm ci:build",
|
2023-11-16 12:27:51 +01:00
|
|
|
"ci:build": "node create.js --name app --port 90 ./app",
|
2023-09-09 18:18:34 +02:00
|
|
|
"release": "pnpm version --no-git-tag-version"
|
2023-09-09 16:55:38 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-18 11:23:25 +01:00
|
|
|
"app": "link:app",
|
2023-09-09 16:55:38 +02:00
|
|
|
"minimist": "1.2.8",
|
2023-11-16 12:44:58 +00:00
|
|
|
"replace-in-file": "7.0.2"
|
2023-09-09 16:55:38 +02:00
|
|
|
},
|
2023-09-09 18:18:34 +02:00
|
|
|
"devDependencies": {
|
2023-12-10 09:33:25 +00:00
|
|
|
"prettier": "3.1.1"
|
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"
|
2023-11-16 12:15:37 +01:00
|
|
|
}
|