{
  "name": "@shopware-pwa/composables-next",
  "version": "1.6.1",
  "description": "[DEPRECATED] Use @shopware/composables instead! Shopware Frontends composables for Vue",
  "author": "Shopware",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shopware/frontends.git"
  },
  "homepage": "https://frontends.shopware.com/packages/composables.html",
  "keywords": [
    "shopware",
    "vue",
    "composables"
  ],
  "bugs": {
    "url": "https://github.com/shopware/frontends/issues"
  },
  "license": "MIT",
  "type": "module",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts"
    },
    "./nuxt-layer": {
      "import": "./nuxt.config.ts"
    },
    "./composables": {
      "import": "./composables/index.ts"
    },
    "./lib": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./dist": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./types/api-types": {
      "import": "./types/api-types.ts"
    }
  },
  "files": [
    "dist",
    "metadata",
    "src",
    "composables",
    "nuxt.config.ts",
    "types"
  ],
  "dependencies": {
    "@vueuse/core": "11.2.0",
    "defu": "6.1.4",
    "scule": "1.3.0",
    "@shopware-pwa/helpers-next": "1.2.0",
    "@shopware/api-client": "1.2.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@nuxt/kit": "3.14.1592",
    "@vitest/coverage-v8": "2.1.8",
    "@vue/test-utils": "2.4.6",
    "happy-dom": "16.6.0",
    "typescript": "5.6.3",
    "unbuild": "2.0.0",
    "vitest": "2.1.8",
    "vue": "3.5.13",
    "tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "unbuild && pnpm build:types",
    "build:types": "npx -p typescript tsc",
    "dev": "unbuild --stub",
    "lint": "biome check .",
    "lint:fix": "biome check . --write && pnpm run typecheck",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "test:watch": "vitest"
  }
}