@kustomer/chat-react-native
Version:
Kustomer Chat SDK wrapper for React Native
75 lines (74 loc) • 2.15 kB
JSON
{
"name": "@kustomer/chat-react-native",
"description": "Kustomer Chat SDK wrapper for React Native",
"version": "4.2.1",
"main": "lib/commonjs/index",
"ios": {
"nativeSdkVersion": "6.3.1"
},
"android": {
"nativeSdkVersion": "4.3.1"
},
"source": "src/index",
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "node ./scripts/prepack.js && bob build",
"postpack": "node ./scripts/postpack.js"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/kustomer/react-native-sdk",
"author": "Kustomer <reactnative@kustomer.com> (https://kustomer.com)",
"license": "SEE LICENSE AT https://www.kustomer.com/legal/supplemental-terms/",
"bugs": {
"url": "https://github.com/kustomer/react-native-sdk/issues"
},
"homepage": "https://github.com/kustomer/react-native-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.13",
"@types/react": "~18.3.5",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "^0.2.2",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-native": "0.77.2",
"react-native-builder-bob": "^0.30.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"optionalDependencies": {
"@react-native-firebase/app": "^23.4.1",
"@react-native-firebase/messaging": "^23.4.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "lib/module/index.js",
"engineStrict": true,
"engines": {
"node": ">= 24",
"npm": ">= 10"
}
}