{
  "name": "fetch-yo-mama",
  "version": "0.3.0-rc.2",
  "description": "Fetch API QoL hooks for React.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "react-native": "src/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandrius/fetch-yo-mama.git"
  },
  "keywords": [
    "fetch",
    "useFetch",
    "hook",
    "react"
  ],
  "author": "Alexander Pataridze",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexandrius/fetch-yo-mama/issues"
  },
  "homepage": "https://github.com/alexandrius/fetch-yo-mama#readme",
  "peerDependencies": {
    "react": ">=16.8"
  },
  "devDependencies": {
    "@types/react": "^18.2.18",
    "eslint": "^8.46.0",
    "typescript": "^4.9.5",
    "eslint-config-universe": "11.3.0",
    "prettier": "^2.8.0"
  },
  "files": [
    "lib",
    "src"
  ]
}