{
  "version": "0.0.91",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "react-native",
    "tuyasmart",
    "iot",
    "tuya"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "commit": "cz",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "react-native": ">=0.61.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@ilo-home/react-native-tuya",
  "description": "React Native bindings for the Tuya SDK",
  "homepage": "https://github.com/ilo-home/react-native-tuya#readme",
  "author": "Kees Kluskens",
  "module": "dist/react-native-tuya.esm.js",
  "devDependencies": {
    "@commitlint/cli": "^18.1.0",
    "@commitlint/config-conventional": "^18.1.0",
    "@semantic-release/commit-analyzer": "^11.0.0",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^11.0.0",
    "@types/jest": "^25.1.2",
    "@types/react-native": "^0.61.16",
    "@volst/eslint-config": "^4.1.1",
    "commitizen": "^4.3.0",
    "commitlint": "^18.1.0",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^8.0.3",
    "react-native": "^0.61.5",
    "semantic-release": "^22.0.5",
    "tsdx": "^0.12.3",
    "tslib": "^1.10.0",
    "typescript": "^3.7.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}
