Files
certd/packages/plugins/plugin-cert/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2022-11-08 22:10:42 +08:00
{
"name": "@certd/plugin-cert",
2023-05-09 09:49:42 +08:00
"private": false,
2026-02-16 23:44:19 +08:00
"version": "1.38.11",
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",
2026-01-13 23:23:01 +08:00
"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",
2025-10-07 21:45:09 +08:00
"pub": "npm publish",
"compile": "tsc --skipLibCheck --watch"
2022-11-08 22:10:42 +08:00
},
"dependencies": {
2026-02-16 23:44:19 +08:00
"@certd/acme-client": "^1.38.11",
"@certd/basic": "^1.38.11",
"@certd/pipeline": "^1.38.11",
"@certd/plugin-lib": "^1.38.11",
2026-01-13 23:26:42 +08:00
"psl": "^1.9.0",
"punycode.js": "^2.3.1"
2022-11-08 22:10:42 +08:00
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
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
},
2026-02-16 00:24:57 +08:00
"gitHead": "01eb50078e135e00148a144d20747096e2f64a28"
2022-11-08 22:10:42 +08:00
}