2022-10-26 09:02:47 +08:00
|
|
|
{
|
|
|
|
|
"name": "@certd/pipeline",
|
2023-05-24 17:30:42 +08:00
|
|
|
"private": false,
|
2026-03-31 23:57:25 +08:00
|
|
|
"version": "1.39.8",
|
2024-07-15 00:30:33 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
2024-11-01 10:23:27 +08:00
|
|
|
"module": "./dist/index.js",
|
2024-07-15 00:30:33 +08:00
|
|
|
"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",
|
2025-05-06 00:32:11 +08:00
|
|
|
"test": "mocha --loader=ts-node/esm",
|
2025-10-07 21:45:09 +08:00
|
|
|
"pub": "npm publish",
|
|
|
|
|
"compile": "tsc --skipLibCheck --watch"
|
2022-10-26 09:02:47 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-31 23:57:25 +08:00
|
|
|
"@certd/basic": "^1.39.8",
|
|
|
|
|
"@certd/plus-core": "^1.39.8",
|
2024-10-11 00:25:47 +08:00
|
|
|
"dayjs": "^1.11.7",
|
2024-07-15 00:30:33 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-11-06 01:17:36 +08:00
|
|
|
"reflect-metadata": "^0.1.13"
|
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",
|
2025-03-13 23:05:36 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.26.1",
|
2024-09-02 23:57:42 +08:00
|
|
|
"chai": "4.3.10",
|
2023-05-25 00:41:36 +08:00
|
|
|
"eslint": "^8.41.0",
|
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2022-10-26 09:02:47 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.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",
|
2024-09-26 14:27:04 +08:00
|
|
|
"rimraf": "^5.0.5",
|
2024-11-08 23:50:14 +08:00
|
|
|
"tslib": "^2.8.1",
|
|
|
|
|
"typescript": "^5.4.2"
|
2023-05-24 17:41:38 +08:00
|
|
|
},
|
2026-03-31 23:59:12 +08:00
|
|
|
"gitHead": "de0ae14544f1c3da4923dddc6a1a3bea4db295e7"
|
2022-10-26 09:02:47 +08:00
|
|
|
}
|