2022-11-08 22:10:42 +08:00
|
|
|
{
|
|
|
|
|
"name": "@certd/plugin-cert",
|
2023-05-09 09:49:42 +08:00
|
|
|
"private": false,
|
2025-07-14 23:52:25 +08:00
|
|
|
"version": "1.36.6",
|
2024-07-15 00:30:33 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
2022-11-08 22:10:42 +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",
|
2023-05-25 00:41:36 +08:00
|
|
|
"build2": "vue-tsc --noEmit && vite build",
|
2025-05-06 00:32:11 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"pub": "npm publish"
|
2022-11-08 22:10:42 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-14 23:52:25 +08:00
|
|
|
"@certd/acme-client": "^1.36.6",
|
|
|
|
|
"@certd/basic": "^1.36.6",
|
|
|
|
|
"@certd/pipeline": "^1.36.6",
|
|
|
|
|
"@certd/plugin-lib": "^1.36.6",
|
2024-10-10 13:29:08 +08:00
|
|
|
"@google-cloud/publicca": "^1.3.0",
|
2024-09-30 02:34:14 +08:00
|
|
|
"dayjs": "^1.11.7",
|
2023-06-25 23:45:13 +08:00
|
|
|
"jszip": "^3.10.1",
|
2024-11-08 23:50:14 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-09-26 14:27:04 +08:00
|
|
|
"psl": "^1.9.0",
|
2025-06-05 11:25:16 +08:00
|
|
|
"punycode.js": "^2.3.1",
|
2024-11-08 23:50:14 +08:00
|
|
|
"rimraf": "^5.0.5"
|
2022-11-08 22:10:42 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/chai": "^4.3.3",
|
|
|
|
|
"@types/mocha": "^10.0.0",
|
2024-06-14 01:22:07 +08:00
|
|
|
"@types/psl": "^1.1.3",
|
2025-03-13 23:05:36 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.26.1",
|
2022-11-08 22:10:42 +08:00
|
|
|
"chai": "^4.3.6",
|
|
|
|
|
"eslint": "^8.24.0",
|
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
|
"mocha": "^10.1.0",
|
2024-03-22 01:26:41 +08:00
|
|
|
"prettier": "^2.8.8",
|
2024-11-08 23:50:14 +08:00
|
|
|
"tslib": "^2.8.1",
|
|
|
|
|
"typescript": "^5.4.2"
|
2023-05-24 17:41:38 +08:00
|
|
|
},
|
2025-07-11 10:51:21 +08:00
|
|
|
"gitHead": "c2a95a13fe6edf05ea0f72f5f7c76f9eea3ab0bd"
|
2022-11-08 22:10:42 +08:00
|
|
|
}
|