{
  "name": "@reach/polymorphic",
  "version": "0.18.0",
  "description": "Internal utility types for polymorphism in Reach UI.",
  "author": "React Training <hello@reacttraining.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reach/reach-ui.git",
    "directory": "packages/polymorphic"
  },
  "dependencies": {},
  "devDependencies": {
    "@reach-internal/dev": "0.0.0",
    "@reach-internal/tsconfig": "0.0.0",
    "react": "^17.0.2",
    "tsup": "^6.1.3"
  },
  "peerDependencies": {
    "react": "^16.8.0 || 17.x"
  },
  "main": "./dist/reach-polymorphic.cjs.js",
  "types": "./dist/reach-polymorphic.d.ts",
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "module": "./dist/reach-polymorphic.mjs",
  "scripts": {
    "build": "tsup"
  }
}