{
  "name": "@sentiance-react-native/smart-geofences",
  "version": "6.21.0-alpha.1",
  "description": "New module description goes here",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "jest --verbose",
    "lint": "npx eslint lib/index.d.ts"
  },
  "keywords": [
    "react-native",
    "smart-geofences",
    "sentiance"
  ],
  "peerDependencies": {
    "@sentiance-react-native/core": "6.21.0-alpha.1"
  },
  "publishConfig": {
    "access": "public"
  }
}