{
  "name": "@yuntools/ali-alb",
  "author": "waiting",
  "version": "12.0.1",
  "description": "阿里云 ALB 负载均衡模块封装，支持 ESM，CJS 导入，提供 TypeScript 类型定义",
  "keywords": [
    "ali",
    "aliyun",
    "ali-sdk",
    "alb",
    "slb",
    "ESM",
    "typescript",
    "ts"
  ],
  "type": "module",
  "bin": {},
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "bugs": {
    "url": "https://github.com/waitingsong/yuntools/issues"
  },
  "homepage": "https://github.com/waitingsong/yuntools#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:waitingsong/yuntools.git"
  },
  "license": "MIT",
  "dependencies": {
    "@alicloud/alb20200616": "^1.0.1",
    "@alicloud/openapi-client": "^0.4.5",
    "@yuntools/ali-ecs": "^11.0.1",
    "rxjs": "^7.8.0"
  },
  "devDependencies": {
    "cross-env": "7"
  },
  "engines": {
    "node": ">=16.13.0"
  },
  "files": [
    "tsconfig.json",
    "Dockerfile",
    "src/**/*.ts",
    "bin/*.js",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run tsc && tsc-alias && npm run rp",
    "clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*",
    "clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",
    "clean:lock": "rm package-lock.json -f",
    "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --loader=ts-node/esm --parallel=false",
    "lint": "eslint --fix --cache {src,test}/**/*.ts",
    "lint:nofix": "eslint --cache {src,test}/**/*.ts",
    "purge": "npm run clean && rm node_modules -rf",
    "rp": "rollup -c rollup.config.js --context this",
    "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm",
    "test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false",
    "tsc": "tsc -b "
  },
  "gitHead": "799c37e983193fbd4ee9053f35e6b2784ecd08fc"
}
