{
  "name": "@nextail/hooks",
  "version": "0.56.1",
  "license": "MIT",
  "private": false,
  "author": "a-smiggle",
  "repository": {
    "type": "git",
    "url": "https://github.com/a-smiggle/nextail.git",
    "directory": "packages/hooks"
  },
  "main": "lib/index",
  "files": [
    "/lib"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rimraf": "^3.0.2"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run compile",
    "clean": "rimraf -rf ./lib",
    "compile": "tsc -p tsconfig.build.json"
  }
}