{
  "name": "@serverless/utils-china",
  "description": "Tencent Cloud Tools For Serverless Framewoek",
  "version": "1.1.7",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Tencent Cloud",
    "Serverless Framework",
    "Cloud function"
  ],
  "repository": "serverlessinc/utils-china",
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-path .gitignore",
    "prettier-check": "prettier -c --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write"
  },
  "author": "Tencent Cloud, Inc.",
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "ygsec && lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "dependencies": {
    "@tencent-sdk/capi": "^2.0.0",
    "dijkstrajs": "^1.0.1",
    "dot-qs": "0.2.0",
    "duplexify": "^4.1.1",
    "end-of-stream": "^1.4.4",
    "got": "^11.8.2",
    "https-proxy-agent": "^5.0.0",
    "kafka-node": "^5.0.0",
    "protobufjs": "^6.9.0",
    "qrcode-terminal": "^0.12.0",
    "socket.io-client": "^2.3.0",
    "winston": "3.2.1"
  },
  "devDependencies": {
    "@serverless/eslint-config": "^3.0.0",
    "@ygkit/secure": "^0.0.3",
    "babel-eslint": "9.0.0",
    "dotenv": "^9.0.2",
    "eslint": "^7.0.0",
    "eslint-plugin-import": "^2.20.2",
    "git-list-updated": "^1.2.1",
    "husky": "^4.2.5",
    "jest": "^26.6.3",
    "lint-staged": "^10.2.6",
    "prettier": "^2.0.5"
  },
  "eslintConfig": {
    "extends": "@serverless/eslint-config/node",
    "root": true,
    "rules": {
      "no-console": "off"
    }
  },
  "homepage": "https://github.com/serverlessinc/utils-china#readme"
}
