mirror of
https://github.com/certd/certd.git
synced 2026-05-14 03:57:30 +08:00
4755216505
refactor(ui): 将分散的auto-*模块整合为统一命名的auto-register模块 perf(plugin-cert): 增强EAB授权功能,支持账号私钥刷新和类型选择 test: 添加EAB授权服务和ACME账号配置的单元测试 docs: 更新AGENTS.md补充ACME/EAB使用注意事项 chore: 统一各package.json中的测试脚本配置
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@certd/lib-iframe",
|
|
"private": false,
|
|
"version": "1.39.12",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
|
|
"build": "npm run before-build && tsc --skipLibCheck",
|
|
"dev-build": "npm run build",
|
|
"build3": "rollup -c",
|
|
"build2": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
|
"pub": "npm publish"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"esmock": "^2.7.5",
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^5.0.5",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"gitHead": "898bc9b9f2f75df11ea0803b144862ba98b7511a"
|
|
}
|