{
  "author": {
    "name": "l-you",
    "email": "l-you@revotale.com",
    "url": "https://github.com/l-you"
  },
  "version": "0.11.0",
  "name": "next-scroll-restorer",
  "main": "index.js",
  "license": "MIT",
  "private": false,
  "sideEffects": false,
  "publishConfig": {
    "provenance": true,
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RevoTale/next-scroll-restorer.git"
  },
  "type": "module",
  "bugs": {
    "url": "https://github.com/RevoTale/next-scroll-restorer/issues"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.7",
    "@playwright/test": "1.57.0",
    "@swc/core": "^1.15.2",
    "@types/node": "^24.10.1",
    "@types/react": "^19.2.6",
    "changeset": "^0.2.6",
    "eslint": "^9.39.1",
    "eslint-config-love": "^137.0.0",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "next": "^15.0 || ^16.0.0",
    "react": "^19.0"
  },
  "scripts": {
    "build": "tsup && cp package.json README.md LICENSE dist/",
    "tsc": "tsc --noEmit",
    "changeset:version": "changeset version && git add --all",
    "changeset:publish": "changeset publish",
    "test": "pnpm lint && pnpm tsc && pnpm unit",
    "unit": "playwright test",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./index.js",
      "require": "./index.cjs",
      "types": "./index.d.ts"
    }
  }
}