{
  "name": "@outsmartly/react",
  "version": "0.0.78",
  "description": "Client-side SDK for React (or React-like libraries) and Outsmartly",
  "author": "Outsmartly <support@outsmartly.com>",
  "license": "MIT",
  "homepage": "https://github.com/outsmartly/outsmartly/",
  "bugs": {
    "url": "https://github.com/outsmartly/outsmartly/issues"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/outsmartly/outsmartly.git",
    "directory": "packages/react"
  },
  "main": "./dist/cjs/index.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "jay-scripts start",
    "build": "jay-scripts build",
    "test": "echo 'react: no tests available.'",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@types/react": "^17"
  }
}
