{
  "name": "@fastkit/body-scroll-lock",
  "version": "0.14.5",
  "description": "@fastkit/body-scroll-lock",
  "keywords": [
    "fastkit",
    "scroll"
  ],
  "homepage": "https://github.com/dadajam4/fastkit/tree/main/packages/body-scroll-lock#readme",
  "bugs": {
    "url": "https://github.com/dadajam4/fastkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dadajam4/fastkit.git"
  },
  "license": "MIT",
  "author": "dadajam4",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/body-scroll-lock.d.ts",
      "import": {
        "default": "./dist/body-scroll-lock.mjs"
      }
    },
    "./*": "./dist/*"
  },
  "main": "./dist/body-scroll-lock.mjs",
  "types": "./dist/body-scroll-lock.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/body-scroll-lock.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@fastkit/tiny-logger": "^0.14.5",
    "@fastkit/helpers": "^0.14.5"
  },
  "scripts": {
    "build": "plugboy build",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "eslint": "eslint . --ext ts,tsx,js,vue,html,yaml",
    "eslint:fix": "eslint . --ext ts,tsx,js,vue,html,yaml --fix",
    "format": "pnpm run eslint:fix",
    "lint": "pnpm run eslint",
    "stub": "plugboy stub",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}