{ "name": "@certd/plugin-all", "private": false, "version": "1.0.6", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", "publishConfig": { "main": "./dist/bundle.js", "module": "./dist/bundle.mjs", "types": "./dist/d/index.d.ts" }, "scripts": { "dev": "vite", "build2": " vite build", "build": "rollup -c", "preview": "vite preview" }, "devDependencies": { "@certd/pipeline": "^1.0.6", "@certd/plugin-aliyun": "^1.0.6", "@certd/plugin-cert": "^1.0.6", "@certd/plugin-host": "^1.0.6", "@certd/plugin-huawei": "^1.0.6", "@certd/plugin-tencent": "^1.0.6", "@rollup/plugin-commonjs": "^23.0.4", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.5", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.186", "@types/node-forge": "^1.3.0", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "rollup": "^3.7.4", "rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", "vue-tsc": "^0.38.9" }, "gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8" }