{
  "name": "@tuyaworks/core",
  "version": "1.19.26",
  "description": "core utils for tuyaworks",
  "main": "lib/index.js",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "tsc -w",
    "build": "tsc",
    "prepublishOnly": "yarn build",
    "release": "standard-version",
    "test": "jest src/**/*.test.ts",
    "test:dev": "node lib/test",
    "commit": "git cz"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@types/jest": "^26.0.24",
    "@types/nconf": "^0.10.1",
    "@types/node": "^16.3.1",
    "commitizen": "^4.2.4",
    "commitlint-config-cz": "^0.13.2",
    "cz-customizable": "^6.3.0",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "standard-version": "^9.3.0",
    "ts-jest": "^27.0.4",
    "ts-node": "^10.3.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@gitbeaker/node": "^31.0.0",
    "@nodelib/fs.walk": "^1.2.8",
    "@types/axios": "^0.14.0",
    "axios": "^0.24.0",
    "got": "^11.8.2",
    "nconf": "^0.11.3",
    "unpack-stream": "^6.0.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-customizable"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "maintainers": [
    {
      "name": "tuyafe",
      "email": "tuyafe@tuya.com"
    },
    {
      "name": "tuya_npm",
      "email": "Tuya-npm@tuya.com"
    }
  ]
}