{
  "name": "@nuxtjs/device",
  "version": "3.2.4",
  "description": "Device detection module for Nuxt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-modules/device"
  },
  "license": "MIT",
  "author": "Shinji Yamada <dotneet@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    },
    "./runtime/*": {
      "types": "./dist/runtime/*.d.ts",
      "import": "./dist/runtime/*.mjs",
      "require": "./dist/runtime/*.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "defu": "^6.1.4"
  },
  "devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.5.7",
    "@nuxt/kit": "^3.13.2",
    "@nuxt/module-builder": "^0.8.4",
    "@nuxt/test-utils": "^3.14.2",
    "changelogen": "^0.5.7",
    "crawler-user-agents": "^1.0.149",
    "eslint": "^9.10.0",
    "happy-dom": "^15.7.4",
    "nuxt": "^3.13.2",
    "playwright": "^1.47.1",
    "typescript": "^5.6.2",
    "vitest": "^2.1.1"
  },
  "resolutions": {
    "@nuxtjs/device": "workspace:*"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --cache --fix",
    "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}