mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "@certd/basic",
 | 
						|
  "private": false,
 | 
						|
  "version": "1.36.18",
 | 
						|
  "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",
 | 
						|
    "pub": "npm publish"
 | 
						|
  },
 | 
						|
  "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": "^8.26.1",
 | 
						|
    "@typescript-eslint/parser": "^8.26.1",
 | 
						|
    "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": "ea18a5ad151b296fda54fb5bcbe64c7d80cdff2f"
 | 
						|
}
 |