Files
certd/packages/core/basic/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2024-10-01 22:54:16 +08:00
{
"name": "@certd/basic",
2024-10-08 19:02:51 +08:00
"private": false,
2026-02-16 23:44:19 +08:00
"version": "1.38.11",
2024-10-08 19:02:51 +08:00
"type": "module",
"main": "./dist/index.js",
2024-10-09 02:34:28 +08:00
"module": "./dist/index.js",
2024-10-08 19:02:51 +08:00
"types": "./dist/index.d.ts",
2024-10-01 22:54:16 +08:00
"scripts": {
2024-10-08 19:02:51 +08:00
"dev": "vite",
"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-10-08 19:02:51 +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"
2024-10-08 19:02:51 +08:00
},
"dependencies": {
"async-lock": "^1.4.1",
2025-12-29 14:39:01 +08:00
"axios": "^1.9.0",
2024-10-11 00:25:47 +08:00
"dayjs": "^1.11.7",
2024-10-08 19:02:51 +08:00
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
2024-11-06 01:17:36 +08:00
"iconv-lite": "^0.6.3",
2024-10-08 19:02:51 +08:00
"lodash-es": "^4.17.21",
2024-11-06 01:17:36 +08:00
"log4js": "^6.9.1",
2024-10-08 19:02:51 +08:00
"lru-cache": "^10.0.0",
"mitt": "^3.0.1",
2024-10-11 00:25:47 +08:00
"nanoid": "^5.0.7",
2024-10-08 19:02:51 +08:00
"node-forge": "^1.3.1",
2024-11-06 01:17:36 +08:00
"nodemailer": "^6.9.3"
2024-10-08 19:02:51 +08:00
},
"devDependencies": {
2024-10-11 00:25:47 +08:00
"@types/chai": "^4.3.10",
2024-10-08 19:02:51 +08:00
"@types/lodash-es": "^4.17.12",
2024-10-11 00:25:47 +08:00
"@types/mocha": "^10.0.1",
2024-10-08 19:02:51 +08:00
"@types/node-forge": "^1.3.2",
2025-03-13 23:05:36 +08:00
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
2024-10-08 19:02:51 +08:00
"chai": "4.3.10",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
2024-11-08 23:50:14 +08:00
"tslib": "^2.8.1",
"typescript": "^5.4.2"
2024-10-01 22:54:16 +08:00
},
2026-02-16 00:24:57 +08:00
"gitHead": "01eb50078e135e00148a144d20747096e2f64a28"
2024-10-01 22:54:16 +08:00
}