mirror of https://github.com/certd/certd
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@certd/basic",
|
|
"private": false,
|
|
"version": "1.30.0",
|
|
"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",
|
|
"preview": "vite preview",
|
|
"test": "mocha --loader=ts-node/esm"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"dayjs": "^1.11.7",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"iconv-lite": "^0.6.3",
|
|
"lodash-es": "^4.17.21",
|
|
"log4js": "^6.9.1",
|
|
"lru-cache": "^10.0.0",
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^5.0.7",
|
|
"node-forge": "^1.3.1",
|
|
"nodemailer": "^6.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.10",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/mocha": "^10.0.1",
|
|
"@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",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"gitHead": "9a78dad57619e02d1390cf5a013695a2aaf20e64"
|
|
}
|