@kaarot_kalel_90/react-native-tuya
Version:
React Native bindings for the Tuya SDK 6.11 (Device Panel included)
71 lines (70 loc) • 1.77 kB
JSON
{
"version": "1.1.05-RC.1",
"license": "MIT",
"private": false,
"name": "@kaarot_kalel_90/react-native-tuya",
"description": "React Native bindings for the Tuya SDK 6.11 (Device Panel included)",
"homepage": "https://github.com/PierluigiGreto/react-native-tuya#readme",
"author": "Kees Kluskens",
"main": "dist/index.js",
"module": "dist/react-native-tuya.esm.js",
"typings": "dist/index.d.ts",
"keywords": [
"react-native",
"tuyasmart",
"iot",
"tuya"
],
"files": [
"android",
"ios",
"dist",
"RNTuyaSdk.podspec"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"commit": "cz",
"prepare": "husky install"
},
"peerDependencies": {
"react-native": ">=0.70.6"
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/react-native": "^0.70.6",
"@volst/eslint-config": "^4.1.1",
"react-native": "^0.70.6",
"tsdx": "^0.12.3",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"@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",
"commitizen": "^4.3.0",
"commitlint": "^18.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"semantic-release": "^22.0.5"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}