{
  "name": "@onfido/castor-react",
  "version": "2.4.9",
  "description": "React component library for Castor.",
  "author": "Onfido",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/onfido/castor.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/onfido/castor/issues"
  },
  "homepage": "https://github.com/onfido/castor",
  "types": "src/index.ts",
  "files": [
    "prototype.js*",
    "index.js",
    "dist",
    "src",
    "!src/**/*.spec.*",
    "!src/**/*.story.*",
    "!src/**/*.stories.*",
    "!src/**/*.d.ts"
  ],
  "peerDependencies": {
    "@onfido/castor": "^2.4.9",
    "@onfido/castor-icons": ">=1.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
