{
  "name": "react-haiku",
  "version": "2.4.1",
  "description": "React Hook & Utility Library",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://reacthaiku.dev/",
  "author": "David Haz, Contributors @ github.com/DavidHDev/react-haiku",
  "license": "MIT",
  "scripts": {
    "publish": "npm publish --access-public",
    "test": "jest --watch --coverage",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidHDev/react-haiku.git"
  },
  "keywords": [
    "reactjs",
    "react",
    "utility",
    "components",
    "javascript",
    "hooks",
    "state",
    "frontend",
    "react-hooks"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "dependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.8",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.2",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.2.4",
    "typescript": "^5.1.6"
  }
}
