2023-01-29 05:44:19 +00:00
|
|
|
{
|
2023-05-24 10:00:50 +00:00
|
|
|
"name": "@certd/ui-server",
|
2024-08-05 10:08:44 +00:00
|
|
|
"version": "1.23.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"description": "fast-server base midway",
|
|
|
|
"private": true,
|
2024-07-14 16:30:33 +00:00
|
|
|
"type": "module",
|
2023-01-29 05:44:19 +00:00
|
|
|
"scripts": {
|
2024-07-14 16:30:33 +00:00
|
|
|
"start": "cross-env NODE_ENV=production node ./bootstrap.js",
|
|
|
|
"dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/app",
|
2024-07-16 17:30:00 +00:00
|
|
|
"pgdev": "cross-env NODE_ENV=pgdev mwtsc --watch --run @midwayjs/mock/app",
|
2024-07-14 16:30:33 +00:00
|
|
|
"test": "cross-env NODE_ENV=unittest mocha",
|
|
|
|
"cov": "cross-env c8 --all --reporter=text --reporter=lcovonly npm run test",
|
2023-01-29 05:44:19 +00:00
|
|
|
"lint": "mwts check",
|
|
|
|
"lint:fix": "mwts fix",
|
|
|
|
"ci": "npm run cov",
|
2024-07-20 06:27:41 +00:00
|
|
|
"build": "mwtsc --cleanOutDir --skipLibCheck",
|
2024-07-20 18:26:03 +00:00
|
|
|
"build-on-docker": "node ./before-build.js && npm run build",
|
2024-07-14 16:30:33 +00:00
|
|
|
"up-mw-deps": "npx midway-version -u -w"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-27 10:38:41 +00:00
|
|
|
"@alicloud/cs20151215": "^3.0.3",
|
|
|
|
"@alicloud/openapi-client": "^0.4.0",
|
|
|
|
"@alicloud/pop-core": "^1.7.10",
|
2024-08-03 18:53:50 +00:00
|
|
|
"@certd/acme-client": "^1.22.6",
|
2024-07-20 19:11:54 +00:00
|
|
|
"@certd/lib-huawei": "^1.22.1",
|
2024-08-05 05:19:57 +00:00
|
|
|
"@certd/lib-k8s": "^1.22.8",
|
2024-08-03 18:53:50 +00:00
|
|
|
"@certd/midway-flyway-js": "^1.22.6",
|
2024-08-05 05:19:57 +00:00
|
|
|
"@certd/pipeline": "^1.22.8",
|
|
|
|
"@certd/plugin-cert": "^1.22.8",
|
2023-01-29 05:44:19 +00:00
|
|
|
"@koa/cors": "^3.4.3",
|
2024-07-14 16:30:33 +00:00
|
|
|
"@midwayjs/bootstrap": "^3.16.2",
|
2024-03-08 08:41:15 +00:00
|
|
|
"@midwayjs/cache": "^3.14.0",
|
2024-07-14 16:30:33 +00:00
|
|
|
"@midwayjs/core": "^3.16.2",
|
|
|
|
"@midwayjs/i18n": "^3.16.4",
|
|
|
|
"@midwayjs/info": "^3.16.4",
|
|
|
|
"@midwayjs/koa": "^3.16.4",
|
|
|
|
"@midwayjs/logger": "^3.1.0",
|
|
|
|
"@midwayjs/static-file": "^3.16.4",
|
|
|
|
"@midwayjs/typeorm": "^3.16.4",
|
|
|
|
"@midwayjs/validate": "^3.16.4",
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"bcryptjs": "^2.4.3",
|
2024-07-20 10:04:07 +00:00
|
|
|
"better-sqlite3": "^11.1.2",
|
2023-01-29 05:44:19 +00:00
|
|
|
"cache-manager": "^3.6.3",
|
2024-08-03 15:32:50 +00:00
|
|
|
"cron-parser": "^4.9.0",
|
2024-05-30 03:39:05 +00:00
|
|
|
"dayjs": "^1.11.7",
|
2024-07-20 02:05:39 +00:00
|
|
|
"glob": "^10.4.5",
|
2024-03-08 09:42:47 +00:00
|
|
|
"https-proxy-agent": "^7.0.4",
|
2024-06-27 08:38:43 +00:00
|
|
|
"iconv-lite": "^0.6.3",
|
2023-06-26 04:26:59 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2023-06-27 14:45:27 +00:00
|
|
|
"koa-send": "^5.0.1",
|
2023-05-25 02:47:33 +00:00
|
|
|
"kubernetes-client": "^9.0.0",
|
2024-07-14 16:30:33 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-01-29 05:44:19 +00:00
|
|
|
"log4js": "^6.7.1",
|
2023-06-27 01:29:43 +00:00
|
|
|
"lru-cache": "^10.0.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"md5": "^2.3.0",
|
2024-07-20 19:11:54 +00:00
|
|
|
"mwtsc": "^1.4.0",
|
2024-07-14 16:30:33 +00:00
|
|
|
"nanoid": "^4.0.0",
|
2023-06-25 07:30:18 +00:00
|
|
|
"nodemailer": "^6.9.3",
|
2024-07-16 17:30:00 +00:00
|
|
|
"pg": "^8.12.0",
|
2023-05-25 02:47:33 +00:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2024-05-30 03:39:05 +00:00
|
|
|
"ssh2": "^0.8.9",
|
2023-01-29 05:44:19 +00:00
|
|
|
"svg-captcha": "^1.4.0",
|
2024-05-30 03:39:05 +00:00
|
|
|
"tencentcloud-sdk-nodejs": "^4.0.44",
|
2024-06-26 10:36:11 +00:00
|
|
|
"tencentcloud-sdk-nodejs-dnspod": "^4.0.866",
|
2024-07-20 19:11:54 +00:00
|
|
|
"typeorm": "^0.3.11"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-14 16:30:33 +00:00
|
|
|
"@midwayjs/mock": "^3.16.4",
|
2023-05-25 04:28:30 +00:00
|
|
|
"@types/cache-manager": "^3.4.3",
|
2023-01-29 05:44:19 +00:00
|
|
|
"@types/jest": "^26.0.24",
|
|
|
|
"@types/koa": "2.13.4",
|
2024-07-14 16:30:33 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
"@types/mocha": "^10.0.1",
|
|
|
|
"@types/node": "16",
|
2023-06-25 07:30:18 +00:00
|
|
|
"@types/nodemailer": "^6.4.8",
|
2024-05-30 03:39:05 +00:00
|
|
|
"@types/ssh2": "^1.11.6",
|
2024-07-14 16:30:33 +00:00
|
|
|
"c8": "^8.0.1",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"mocha": "^10.2.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"mwts": "^1.3.0",
|
2024-03-21 17:26:41 +00:00
|
|
|
"prettier": "^2.8.8",
|
2024-07-14 16:30:33 +00:00
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "~5.1.0"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-07-14 16:30:33 +00:00
|
|
|
"node": ">=16.0.0"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-07-14 16:30:33 +00:00
|
|
|
"url": ""
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
2024-07-14 16:30:33 +00:00
|
|
|
"author": "anonymous",
|
|
|
|
"license": "MIT"
|
2023-01-29 05:44:19 +00:00
|
|
|
}
|