2020-12-13 15:06:17 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
2024-03-11 16:33:30 +00:00
|
|
|
"version": "1.20.4",
|
2020-12-13 15:06:17 +00:00
|
|
|
"private": true,
|
2020-12-25 17:37:53 +00:00
|
|
|
"type": "module",
|
2020-12-13 15:06:17 +00:00
|
|
|
"devDependencies": {
|
2024-02-28 02:23:15 +00:00
|
|
|
"@lerna-lite/cli": "^3.2.1",
|
|
|
|
"@lerna-lite/publish": "^3.2.1",
|
|
|
|
"@lerna-lite/run": "^3.2.1",
|
|
|
|
"@lerna-lite/version": "^3.2.1"
|
2020-12-13 15:06:17 +00:00
|
|
|
},
|
2021-02-05 09:07:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "lerna bootstrap --hoist",
|
2023-05-24 09:49:39 +00:00
|
|
|
"i-all": "lerna link && lerna exec npm install ",
|
2024-07-25 15:17:51 +00:00
|
|
|
"publish": "npm run prepublishOnly1 && lerna publish --conventional-commits --create-release github && npm run afterpublishOnly",
|
2024-07-26 15:36:33 +00:00
|
|
|
"afterpublishOnly": "time /t >build.trigger && git add ./build.trigger && git commit -m \"build: trigger build image\" && TIMEOUT /T 10 && git push",
|
2024-07-08 04:05:56 +00:00
|
|
|
"prepublishOnly1": "npm run check && npm run before-build && lerna run build ",
|
2024-07-26 15:13:50 +00:00
|
|
|
"before-build": "cd ./packages/core/pipeline && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"",
|
2024-07-14 16:30:33 +00:00
|
|
|
"deploy1": "node --experimental-json-modules deploy.js ",
|
2024-07-23 18:24:37 +00:00
|
|
|
"check": "node --experimental-json-modules publish-check.js",
|
2024-07-14 16:30:33 +00:00
|
|
|
"init": "lerna run build"
|
2021-02-05 09:07:49 +00:00
|
|
|
},
|
2024-02-27 13:35:22 +00:00
|
|
|
"license": "AGPL-3.0",
|
2020-12-25 17:37:53 +00:00
|
|
|
"dependencies": {
|
2024-07-14 16:30:33 +00:00
|
|
|
"axios": "^1.7.2",
|
2023-05-09 01:49:42 +00:00
|
|
|
"lodash": "^4.17.21"
|
2024-02-28 02:24:37 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/**"
|
|
|
|
]
|
2020-12-13 15:06:17 +00:00
|
|
|
}
|