{
  "name": "device-rotation-prompt",
  "version": "4.0.0",
  "description": "The device rotation prompt is the library to show a fullscreen prompt message when device orientation is different than you expect.",
  "keywords": [
    "device",
    "rotation",
    "prompt",
    "rotate device",
    "device rotation prompt"
  ],
  "homepage": "https://device-rotation-prompt.netlify.app/",
  "author": "Raiper34",
  "license": "MIT",
  "type": "module",
  "main": "./dist/device-rotation-prompt.umd.cjs",
  "module": "./dist/device-rotation-prompt.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/device-rotation-prompt.js",
      "require": "./dist/device-rotation-prompt.umd.cjs"
    }
  },
  "files": [
    "src",
    "dist",
    "test",
    "CHANGELOG.md",
    ".nvmrc"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "docs": "typedoc src/index.ts",
    "deploy": "npm run docs && netlify deploy --dir=docs --prod",
    "release": "release-it",
    "changelog": "auto-changelog -p",
    "commit": "cz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Raiper34/device-rotation-prompt.git"
  },
  "bugs": {
    "url": "https://github.com/Raiper34/device-rotation-prompt/issues"
  },
  "devDependencies": {
    "@release-it/bumper": "^7.0.1",
    "auto-changelog": "^2.5.0",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "netlify-cli": "^17.37.1",
    "release-it": "^18.1.2",
    "typedoc": "^0.27.6",
    "typedoc-material-theme": "^1.3.0",
    "typescript": "^5.6.0",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0"
  }
}
