{
  "name": "react-native-axa-mobile-sdk",
  "title": "React Native AXA Mobile Sdk",
  "version": "25.4.1",
  "description": "CA App Experience Analytic native SDK's react native supplement for using custom metrics",
  "main": "index.js",
  "files": [
    "README.md",
    "android",
    "index.js",
    "ios",
    "LICENSE",
    "react-native-axa-mobile-sdk.podspec"
  ],
  "homepage": "https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/app-experience-analytics-saas/SaaS/configuring/collect-data-from-ios-applications.html",
  "scripts": {
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CA-Application-Performance-Management/ReactNativeAxaMobileSdk/tree/main"
  },
  "keywords": [
    "react-native",
    "AXA",
    "APM",
    "DXI",
    "Broadcom",
    "CA App Experience Analytics"
  ],
  "author": {
    "name": "CA Mobile Team",
    "email": "esd-aiops-apm-team-taurus.pdl@broadcom.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "18.2.0",
    "react-native": "0.71.0"
  }
}
