Files
certd/packages/core/pipeline/package.json
T

71 lines
2.0 KiB
JSON
Raw Normal View History

2022-10-26 09:02:47 +08:00
{
"name": "@certd/pipeline",
2023-05-24 17:30:42 +08:00
"private": false,
2024-10-14 14:01:54 +08:00
"version": "1.26.6",
2024-07-15 00:30:33 +08:00
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
2022-10-26 09:02:47 +08:00
"scripts": {
"dev": "vite",
2024-09-25 10:35:30 +08:00
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
"build": "npm run before-build && tsc --skipLibCheck",
2024-10-10 21:50:04 +08:00
"dev-build": "npm run build",
2024-07-15 00:30:33 +08:00
"build3": "rollup -c",
2024-08-02 22:58:29 +08:00
"preview": "vite preview",
"test": "mocha --loader=ts-node/esm"
2022-10-26 09:02:47 +08:00
},
"dependencies": {
2024-10-14 14:01:54 +08:00
"@certd/basic": "^1.26.6",
"@certd/plus-core": "^1.26.6",
2024-07-15 00:30:33 +08:00
"axios": "^1.7.2",
2024-10-11 00:25:47 +08:00
"dayjs": "^1.11.7",
2024-07-18 21:10:13 +08:00
"fix-path": "^4.0.0",
2024-09-22 00:33:09 +08:00
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
2024-07-15 00:30:33 +08:00
"lodash-es": "^4.17.21",
2024-09-27 02:15:41 +08:00
"lru-cache": "^10.0.0",
2024-10-11 00:25:47 +08:00
"nanoid": "^5.0.7",
2023-05-25 00:41:36 +08:00
"node-forge": "^1.3.1",
2023-06-25 15:30:18 +08:00
"nodemailer": "^6.9.3",
2024-09-14 10:28:06 +08:00
"proxy-agent": "^6.4.0",
2024-10-11 00:25:47 +08:00
"qs": "^6.11.2"
2022-10-26 09:02:47 +08:00
},
"devDependencies": {
2023-05-25 10:47:33 +08:00
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
2024-10-11 00:25:47 +08:00
"@types/chai": "^4.3.10",
2024-08-04 02:53:50 +08:00
"@types/lodash-es": "^4.17.12",
2024-10-11 00:25:47 +08:00
"@types/mocha": "^10.0.1",
2023-05-25 00:41:36 +08:00
"@types/node-forge": "^1.3.2",
2023-06-27 22:45:27 +08:00
"@types/uuid": "^9.0.2",
2023-05-25 00:41:36 +08:00
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
2024-09-02 23:57:42 +08:00
"chai": "4.3.10",
2023-05-25 10:47:33 +08:00
"dayjs": "^1.11.7",
2023-05-25 00:41:36 +08:00
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
2022-10-26 09:02:47 +08:00
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
2024-07-19 15:28:41 +08:00
"iconv-lite": "^0.6.3",
2023-05-25 10:47:33 +08:00
"log4js": "^6.9.1",
2024-10-11 00:25:47 +08:00
"mocha": "^10.2.0",
2024-03-22 01:26:41 +08:00
"prettier": "^2.8.8",
2023-05-25 10:47:33 +08:00
"reflect-metadata": "^0.1.13",
2024-09-26 14:27:04 +08:00
"rimraf": "^5.0.5",
2023-05-25 10:47:33 +08:00
"rollup": "^3.7.4",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.8.2",
2022-10-26 09:02:47 +08:00
"ts-node": "^10.9.1",
2024-07-15 00:30:33 +08:00
"tsc-esm-fix": "^3.0.0",
2023-05-25 10:47:33 +08:00
"tslib": "^2.5.2",
2024-09-27 02:15:41 +08:00
"typescript": "^5.4.2",
2023-05-25 00:41:36 +08:00
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
2023-05-24 17:41:38 +08:00
},
2024-10-14 14:03:17 +08:00
"gitHead": "bd4d6b930c6497cd0e89276bd97d6df4fbd6e239"
2022-10-26 09:02:47 +08:00
}