{
  "name": "@sentiance-react-native/user-context",
  "version": "6.21.0-alpha.1",
  "description": "The Sentiance User Context library",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "npx eslint lib/index.d.ts"
  },
  "keywords": [
    "react-native",
    "user-context",
    "sentiance"
  ],
  "peerDependencies": {
    "@sentiance-react-native/core": "6.21.0-alpha.1"
  },
  "author": "",
  "license": "",
  "publishConfig": {
    "access": "public"
  }
}