{
  "name": "@xenterprises/nuxt-x-marketing",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "version": "1.4.2",
  "main": "./nuxt.config.ts",
  "scripts": {
    "dev": "nuxi dev .playground",
    "dev:prepare": "nuxt prepare .playground",
    "build": "nuxt build .playground",
    "generate": "nuxt generate .playground",
    "preview": "nuxt preview .playground",
    "typecheck": "nuxt typecheck .playground",
    "lint": "eslint .",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "vitest run --config test/vitest.config.js",
    "test:unit:watch": "vitest --config test/vitest.config.js",
    "test:unit:coverage": "vitest run --config test/vitest.config.js --coverage",
    "test:run": "vitest run --config test/vitest.config.js",
    "test:coverage": "vitest run --config test/vitest.config.js --coverage",
    "test:e2e": "playwright test --config test/playwright.smoke.config.js",
    "test:e2e:ui": "playwright test --config test/playwright.smoke.config.js --ui",
    "test:e2e:headed": "playwright test --config test/playwright.smoke.config.js --headed",
    "test:e2e:full": "playwright test --config test/playwright.config.js",
    "test:visual": "playwright test --config test/playwright.config.js visual-regression",
    "test:visual:update": "playwright test --config test/playwright.config.js visual-regression --update-snapshots",
    "prepublishOnly": "npm run test:run && npm run typecheck && npm run lint"
  },
  "dependencies": {
    "@marker.io/browser": "^0.20.2",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "@iconify-json/lucide": "^1.2.82",
    "@nuxt/content": "^3.0.0",
    "@nuxt/ui": "^4.6.1",
    "@tailwindcss/typography": "^0.5.0",
    "better-sqlite3": "^11.0.0 || ^12.0.0",
    "nuxt": "^4.0.0",
    "vue": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@nuxt/content": {
      "optional": false
    },
    "better-sqlite3": {
      "optional": false
    }
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.8.4",
    "@iconify-json/lucide": "^1.2.82",
    "@nuxt/content": "^3.8.2",
    "@nuxt/eslint": "^1.15.2",
    "@nuxt/ui": "^4.6.1",
    "@playwright/test": "^1.41.1",
    "@tailwindcss/typography": "^0.5.19",
    "@types/node": "^22.14.1",
    "@vitejs/plugin-vue": "^5.0.3",
    "@vitest/coverage-v8": "^2.1.8",
    "@vue/test-utils": "^2.4.4",
    "better-sqlite3": "^12.5.0",
    "eslint": "^9.39.0",
    "happy-dom": "^13.3.8",
    "nuxt": "^4.4.2",
    "nuxt-shiki": "^0.3.2",
    "typescript": "^5.6.3",
    "vitest": "^2.1.8",
    "vue": "^3.5.39",
    "vue-tsc": "^2.2.8"
  },
  "publishConfig": {
    "access": "public"
  }
}
