{
  "name": "react-progressive-enhancement",
  "version": "0.0.10",
  "description": "React Context that progressively enhances components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "yarn.lock"
  ],
  "dependencies": {
    "@types/react": "^18.0.8"
  },
  "devDependencies": {
    "@types/react-dom": "^18.0.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "ts-node": "^6.1.0",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "react": "^17.0.1 || ^18.0.0"
  },
  "scripts": {
    "compile": "tsc --project src/tsconfig.json",
    "prepublishOnly": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unsplash/react-progressive-enhancement.git"
  },
  "contributors": [
    {
      "name": "Sami Jaber",
      "email": "jabersami@gmail.com"
    }
  ],
  "engines": {
    "yarn": "^1.5.1"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unsplash/react-progressive-enhancement/issues"
  },
  "homepage": "https://github.com/unsplash/react-progressive-enhancement#readme"
}
