{
  "name": "@agent-devtools/nuxt2",
  "version": "1.3.3",
  "description": "Nuxt 2 module for agent-devtools — re-exports the Vue 2 widget + adds dev-only injection through the Nuxt 2 module API",
  "keywords": [
    "agent-devtools",
    "devtools",
    "nuxt",
    "nuxt2",
    "vue",
    "vue2",
    "claude",
    "llm",
    "dev-only"
  ],
  "license": "MIT",
  "author": "Seungwoo Lee <seungwoo321@gmail.com>",
  "homepage": "https://github.com/Seungwoo321/agent-devtools/tree/main/packages/nuxt2#readme",
  "bugs": {
    "url": "https://github.com/Seungwoo321/agent-devtools/issues"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./runtime/plugin": {
      "types": "./dist/runtime/plugin.d.ts",
      "import": "./dist/runtime/plugin.js",
      "default": "./dist/runtime/plugin.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "README.ko.md"
  ],
  "peerDependencies": {
    "nuxt": ">=2.15.0 <3.0.0",
    "vue": ">=2.7.0 <3.0.0"
  },
  "dependencies": {
    "@agent-devtools/core": "1.3.3",
    "@agent-devtools/widget-core": "1.3.3",
    "@agent-devtools/vue2": "1.3.3"
  },
  "devDependencies": {
    "@types/node": "^25.7.0",
    "happy-dom": "^20.9.0",
    "tsup": "^8.5.1",
    "vitest": "^4.1.6",
    "vue": "^2.7.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Seungwoo321/agent-devtools.git",
    "directory": "packages/nuxt2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rm -rf dist"
  }
}