{
  "name": "alan-sdk-react-native",
  "version": "1.0.4",
  "description": "React Native component for enhancing app with voice interaction using Alan.AI SDK",
  "main": "index.js",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alan-ai/alan-sdk-reactnative.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "alan",
    "alanai",
    "alansdk",
    "voice"
  ],
  "author": "Alan AI",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alan-ai/alan-sdk-reactnative/issues"
  },
  "homepage": "https://alan.app",
  "dependencies": {
    "react": "16.9.0",
    "react-native": "0.61.2",
    "react-native-alan": "file:react-native-alan"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/runtime": "^7.6.3",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "eslint": "^6.6.0",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.3",
    "react-test-renderer": "16.9.0"
  },
  "jest": {
    "preset": "react-native"
  },
  "publishConfig": {
    "access": "public"
  }
}
