{
  "name": "nuxt-spec",
  "version": "0.3.4",
  "description": "Test-pack layer for Nuxt Applications",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AloisSeckar/nuxt-spec.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "./nuxt.config.ts",
  "bin": {
    "nuxt-spec": "bin/cli.js"
  },
  "exports": {
    ".": "./nuxt.config.ts",
    "./config": {
      "types": "./config/index.d.ts",
      "import": "./config/index.mjs",
      "default": "./config/index.mjs"
    },
    "./utils": {
      "types": "./utils/index.ts",
      "import": "./utils/index.ts",
      "default": "./utils/index.ts"
    },
    "./components": {
      "import": "./app/components/index.ts",
      "default": "./app/components/index.ts"
    }
  },
  "files": [
    "app",
    "bin",
    "config",
    "public",
    "utils",
    "nuxt.config.ts"
  ],
  "dependencies": {
    "@nuxt/eslint": "~1.17.0",
    "@nuxt/hints": "1.1.4",
    "@nuxt/test-utils": "4.2.0",
    "@vitejs/plugin-vue": "~6.0.8",
    "@vitest/browser": "4.1.11",
    "@vitest/browser-playwright": "4.1.11",
    "@vitest/ui": "4.1.11",
    "@vue/test-utils": "2.5.0",
    "elrh-cosca": "0.3.6",
    "fast-png": "~8.0.0",
    "h3-next": "npm:h3@~2.0.1-rc.31",
    "happy-dom": "~20.14.0",
    "nuxt": "4.5.2",
    "pixelmatch": "~7.2.0",
    "playwright": "~1.62.1",
    "playwright-core": "~1.62.1",
    "typescript": "~6.0.3",
    "vitest": "4.1.11",
    "vitest-browser-vue": "2.1.0",
    "vue": "~3.5.42",
    "vue-router": "~5.3.1",
    "vue-tsc": "~3.3.11"
  },
  "scripts": {
    "analyze": "nuxt analyze",
    "eslint": "eslint .",
    "typecheck": "nuxi typecheck",
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "start": "nuxt start",
    "test": "vitest run",
    "test-u": "vitest run -u",
    "test-i": "vitest"
  }
}