{
  "name": "@sentiance-react-native/core",
  "version": "6.24.0",
  "description": "The Sentiance Core library",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "keywords": [
    "react-native",
    "core",
    "sentiance"
  ],
  "peerDependencies": {
    "react-native": ">=0.60"
  },
  "author": "",
  "license": "",
  "publishConfig": {
    "access": "public"
  },
  "sdkVersions": {
    "android": {
      "minSdk": 24,
      "targetSdk": 34,
      "compileSdk": 34,
      "buildTools": "34.0.0",
      "sentiance": "6.24.+"
    },
    "ios": {
      "sentiance": "~> 6.24.0"
    }
  },
  "scripts": {
    "test": "jest --verbose",
    "lint": "npx eslint lib/index.d.ts"
  }
}