react-native-crisp-chat-sdk
Version:
React-Native bridge for Crisp chat iOS and Android SDK's
175 lines (174 loc) • 4.62 kB
JSON
{
"name": "react-native-crisp-chat-sdk",
"version": "0.20.0",
"description": "React-Native bridge for Crisp chat iOS and Android SDK's",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-crisp-chat-sdk.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"plugin/build",
"app.plugin.js"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "yarn build:plugin && bob build",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"test:plugin": "expo-module test plugin",
"build:plugin": "tsc --build plugin",
"lint:plugin": "eslint plugin/src/*"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/walterholohan/react-native-crisp-chat-sdk",
"author": "Walter Holohan <walter.holohan@gmail.com> (https://github.com/walterholohan)",
"license": "MIT",
"bugs": {
"url": "https://github.com/walterholohan/react-native-crisp-chat-sdk/issues"
},
"homepage": "https://github.com/walterholohan/react-native-crisp-chat-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@expo/config-plugins": "^9.0.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "0.74.86",
"@react-native/eslint-config": "0.74.86",
"@react-native/metro-config": "0.74.86",
"@release-it/conventional-changelog": "^10.0.1",
"@types/jest": "^26.0.0",
"auto-changelog": "^2.2.0",
"commitlint": "^19.8.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"expo-module-scripts": "^3.4.1",
"husky": "^4.2.5",
"jest": "^30.0.5",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "^0.1.0",
"prettier": "3.2.5",
"react-native-builder-bob": "^0.23.2",
"release-it": "^19.0.4",
"typescript": "5.0.4",
"react-native": "0.79.5",
"react": "19.0.0",
"@types/react": "19.0.10"
},
"peerDependencies": {
"@expo/config-plugins": "*",
"expo": "*",
"react": "*",
"@types/react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/",
"fixtures"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn lint && yarn typescript"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/",
"build"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}