{
  "name": "@anagog/jedai",
  "version": "1.27.1",
  "isDev": false,
  "description": "Anagog SDK ReactNative plugin. Use our ReactNative plugin to integrate our SDK in your ReactNative apps.",
  "author": "Anagog Ltd",
  "license": "Commercial",
  "homepage": "https://www.anagog.com",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native",
    "anagog",
    "jedai",
    "jema",
    "ios",
    "android"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "prepare": "bob build"
  },
  "devDependencies": {
    "@types/react-native": "^0.62.13",
    "react-native": "0.63.4",
    "react-native-builder-bob": "^0.18.0",
    "typescript": "^4.1.3"
  },
  "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",
    "JedAIReactNative.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!ios/Podfile.lock",
    "!ios/Podfile",
    "!ios/*.xcworkspace",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
