{
  "name": "inbrain-surveys",
  "title": "Inbrain Survey",
  "version": "3.2.1",
  "description": "In-App monetization via surveys, powered by inBrain.ai.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "build": "./node_modules/typescript/bin/tsc",
    "watch": "./node_modules/typescript/bin/tsc -w",
    "clean": "rm -rf lib/ && cd ios && rm -rf build && cd .. && cd android && ./gradlew clean && rm -rf android/.idea && cd ..",
    "prepare": "npm run clean && npm run build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inbrainai/sdk-react",
    "baseUrl": "https://github.com/inbrainai/sdk-react"
  },
  "keywords": [
    "react-native",
    "inbrain",
    "surveys",
    "inbrain.ai",
    "monetization",
    "surveys",
    "Market Research",
    "market",
    "research",
    "advertising",
    "monetisation",
    "tap",
    "revenue",
    "app",
    "earn"
  ],
  "author": {
    "name": "inBrain.ai",
    "email": "integrations@inbrain.ai"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "devDependencies": {
    "react": "18.2.0",
    "react-native": "0.74.0",
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/babel-preset": "0.74.81",
    "@react-native/eslint-config": "0.74.81",
    "@react-native/metro-config": "0.74.81",
    "@react-native/typescript-config": "0.74.81",
    "@types/react": "^18.2.6",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "18.2.0",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.69.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "android",
    "ios",
    "lib",
    "inbrain-surveys.podspec"
  ]
}