{
  "name": "@varheight/hooks",
  "version": "1.1.5",
  "description": "Common React hooks used by the varheight company in their projects",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/varheight-klg/hooks"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "rm -rf dist && yarn build"
  },
  "keywords": [
    "react",
    "hooks",
    "varheight"
  ],
  "author": "varheight",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "typescript": "^4.9.3"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
