certd/packages/core/basic/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2024-10-01 14:54:16 +00:00
{
"name": "@certd/basic",
2024-10-08 11:02:51 +00:00
"private": false,
2024-12-12 16:17:10 +00:00
"version": "1.28.4",
2024-10-08 11:02:51 +00:00
"type": "module",
"main": "./dist/index.js",
2024-10-08 18:34:28 +00:00
"module": "./dist/index.js",
2024-10-08 11:02:51 +00:00
"types": "./dist/index.d.ts",
2024-10-01 14:54:16 +00:00
"scripts": {
2024-10-08 11:02:51 +00:00
"dev": "vite",
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
"build": "npm run before-build && tsc --skipLibCheck",
2024-10-10 13:50:04 +00:00
"dev-build": "npm run build",
2024-10-08 11:02:51 +00:00
"preview": "vite preview",
"test": "mocha --loader=ts-node/esm"
},
"dependencies": {
"axios": "^1.7.2",
2024-10-10 16:25:47 +00:00
"dayjs": "^1.11.7",
2024-10-08 11:02:51 +00:00
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
2024-11-05 17:17:36 +00:00
"iconv-lite": "^0.6.3",
2024-10-08 11:02:51 +00:00
"lodash-es": "^4.17.21",
2024-11-05 17:17:36 +00:00
"log4js": "^6.9.1",
2024-10-08 11:02:51 +00:00
"lru-cache": "^10.0.0",
"mitt": "^3.0.1",
2024-10-10 16:25:47 +00:00
"nanoid": "^5.0.7",
2024-10-08 11:02:51 +00:00
"node-forge": "^1.3.1",
2024-11-05 17:17:36 +00:00
"nodemailer": "^6.9.3"
2024-10-08 11:02:51 +00:00
},
"devDependencies": {
2024-10-10 16:25:47 +00:00
"@types/chai": "^4.3.10",
2024-10-08 11:02:51 +00:00
"@types/lodash-es": "^4.17.12",
2024-10-10 16:25:47 +00:00
"@types/mocha": "^10.0.1",
2024-10-08 11:02:51 +00:00
"@types/node-forge": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"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 15:50:14 +00:00
"tslib": "^2.8.1",
"typescript": "^5.4.2"
2024-10-01 14:54:16 +00:00
},
2024-12-12 16:19:43 +00:00
"gitHead": "d4385ad8a5f6eb5793dcde5281d5e05b3a3d1714"
2024-10-01 14:54:16 +00:00
}