{
  "name": "@certd/basic",
  "private": false,
  "version": "1.42.6",
  "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 -p tsconfig.build.json --skipLibCheck",
    "dev-build": "npm run build",
    "preview": "vite preview",
    "test": "mocha   --loader=ts-node/esm",
    "test:unit": "cross-env NODE_ENV=unittest mocha --node-option no-warnings --node-option loader=ts-node/esm \"src/**/*.test.ts\"",
    "pub": "npm publish",
    "compile": "tsc --skipLibCheck --watch",
    "format": "prettier --write src",
    "lint": "eslint --fix"
  },
  "dependencies": {
    "async-lock": "^1.4.1",
    "axios": "^1.9.0",
    "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": "^11.0.1",
    "mitt": "^3.0.1",
    "nanoid": "^5.0.7",
    "node-forge": "^1.3.1",
    "nodemailer": "^6.9.16"
  },
  "devDependencies": {
    "@types/chai": "^4.3.12",
    "@types/lodash-es": "^4.17.12",
    "@types/mocha": "^10.0.6",
    "@types/node-forge": "^1.3.2",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "chai": "^5.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "esmock": "^2.7.5",
    "mocha": "^10.6.0",
    "prettier": "3.3.3",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.4.2"
  },
  "gitHead": "246ee83015bf5589adc2a5fa3d1388c8d9a2a252"
}
