@datadog/mobile-react-native-code-push
Version:
A client-side React Native module to interact with Appcenter Codepush and Datadog
83 lines (82 loc) • 2.31 kB
JSON
{
"name": "@datadog/mobile-react-native-code-push",
"version": "2.6.4",
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
"keywords": [
"datadog",
"react-native",
"ios",
"android",
"codepush",
"appcenter"
],
"author": "Datadog (https://github.com/DataDog)",
"homepage": "https://github.com/DataDog/dd-sdk-reactnative#readme",
"repository": {
"url": "https://github.com/DataDog/dd-sdk-reactnative",
"directory": "packages/codepush"
},
"bugs": {
"url": "https://github.com/DataDog/dd-sdk-reactnative/issues"
},
"license": "Apache-2.0",
"main": "lib/commonjs/index",
"files": [
"src/**",
"lib/**"
],
"types": "lib/typescript/codepush/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"module": "lib/module/index",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"lint": "eslint .",
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.6.4",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.26.0",
"react-native-code-push": "7.1.0"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-code-push": ">=2.0.0"
},
"jest": {
"preset": "react-native",
"moduleNameMapper": {
"@datadog/mobile-react-native": "<rootDir>../core/src"
},
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
],
"testPathIgnorePatterns": [
"/__utils__/"
],
"transformIgnorePatterns": [
"jest-runner"
]
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"tsc": "./../../node_modules/.bin/tsc"
}
]
]
},
"gitHead": "8c31bf4d2a3fb6e1f1596b36cd61fa27c41b8576"
}