2020-12-13 15:06:17 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
2023-05-25 02:51:13 +00:00
|
|
|
"version": "1.0.3",
|
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": {
|
2023-05-24 09:38:24 +00:00
|
|
|
"@lerna-lite/cli": "^2.4.0",
|
2023-06-28 06:34:22 +00:00
|
|
|
"@lerna-lite/publish": "^2.4.0",
|
|
|
|
"@lerna-lite/run": "^2.4.0"
|
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 ",
|
2023-12-12 15:41:41 +00:00
|
|
|
"publish": "npm run proxy && npm run prepublishOnly1 && lerna publish --conventional-commits && npm run afterpublishOnly && npm run deploy1",
|
2023-05-24 10:05:18 +00:00
|
|
|
"afterpublishOnly": "",
|
2023-05-24 09:53:28 +00:00
|
|
|
"proxy": "npm config set proxy=http://127.0.0.1:10809",
|
2023-05-24 10:05:18 +00:00
|
|
|
"prepublishOnly1": "npm run before-build && lerna run build ",
|
2023-07-03 01:33:18 +00:00
|
|
|
"before-build": "cd ./packages/core/acme-client && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"",
|
|
|
|
"deploy1": "node deploy.js"
|
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": {
|
2023-06-28 06:34:22 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-05-09 01:49:42 +00:00
|
|
|
"lodash": "^4.17.21"
|
2024-02-27 13:31:17 +00:00
|
|
|
}
|
2020-12-13 15:06:17 +00:00
|
|
|
}
|