{
  "name": "@duongtrungnguyen/next-helper",
  "author": "Duong Trung Nguyen",
  "version": "0.1.8",
  "description": "Helper library for Next.js 15",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/duongtrungnguyenrc/next-helper.git"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "npm run clean && tsup && tsc -p tsconfig.declarations.json && cat src/global.d.ts >> dist/types/index.d.ts",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "lint": "eslint src --ext .ts,.tsx",
    "prepublishOnly": "npm run clean && npm run build",
    "link-local": "npm link"
  },
  "keywords": [
    "next",
    "nextjs",
    "auth",
    "query",
    "react",
    "swr"
  ],
  "peerDependencies": {
    "next": ">=15.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "jose": "^6.0.8",
    "server-only": "^0.0.1",
    "socket.io-client": "^4.8.1",
    "swr": "^2.3.3",
    "tailwind-merge": "^3.0.2",
    "tslib": "^2.8.1",
    "use-debounce": "^10.0.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "eslint": "^8.56.0",
    "next": "^15.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  }
}
