{
  "name": "react-image-turntable",
  "description": "Display a set of images as a draggable 360 degree turntable.",
  "keywords": [
    "react",
    "image",
    "360",
    "turntable",
    "rotator",
    "slider"
  ],
  "version": "3.0.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nerdyman/react-image-turntable.git"
  },
  "author": "nerdyman",
  "license": "MIT",
  "sideEffects": false,
  "packageManager": "pnpm@6.32.9",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "bootstrap": "corepack disable && corepack enable && pnpm i --frozen-lockfile",
    "build": "tsup",
    "dev": "pnpm -r --stream run start",
    "dx": "npm run bootstrap && pnpm exec husky install && pnpm run prepare",
    "lint": "eslint . && prettier --check .",
    "prepare": "husky install",
    "release": "pnpm run build && np --no-tests --no-cleanup",
    "size": "size-limit",
    "start": "tsup --watch",
    "test": "rm -rf {.nyc_output,coverage} && playwright test && pnpm nyc report --reporter=lcov",
    "test:debug": "env PWDEBUG=1 NODE_ENV=test playwright test && pnpm nyc report --reporter=lcov"
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": [
      "pretty-quick --staged",
      "eslint --fix",
      "pnpm test --bail"
    ]
  },
  "np": {
    "pnpm": true
  },
  "prettier": {
    "printWidth": 100,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "size-limit": [
    {
      "path": "dist/index.mjs",
      "limit": "1.2 KB"
    }
  ],
  "peerDependencies": {
    "react": ">=16.8"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@playwright/test": "^1.21.1",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/jest-axe": "^3.5.3",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "axe-core": "^4.4.1",
    "axe-playwright": "^1.1.11",
    "babel-plugin-istanbul": "^6.1.1",
    "esbuild-plugin-babel": "^0.2.3",
    "eslint": "^8.14.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.5.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.4.1",
    "np": "^7.6.1",
    "nyc": "^15.1.0",
    "playwright-core": "^1.21.1",
    "prettier": "^2.6.2",
    "pretty-quick": "^3.1.3",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "size-limit": "^7.0.8",
    "tslib": "^2.4.0",
    "tsup": "^5.12.6",
    "typescript": "^4.6.4"
  }
}
