{
  "name": "@scayle/storefront-navigation",
  "version": "0.7.1",
  "description": "Utilities for working with Navigation features within the SCAYLE Storefront Boilerplate.",
  "author": "SCAYLE Commerce Engine",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./composables": {
      "types": "./dist/runtime/composables/index.d.ts",
      "import": "./dist/runtime/composables/index.js"
    }
  },
  "main": "./dist/module.mjs",
  "files": [
    "CHANGELOG.md",
    "dist"
  ],
  "engines": {
    "node": ">= 22.0.0"
  },
  "imports": {
    "#storefront-navigation/composables": "./dist/runtime/composables/index.js"
  },
  "peerDependencies": {
    "@nuxt/kit": ">=3.13.0 || >=4.2.0",
    "@scayle/storefront-nuxt": "^8.8.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.2",
    "@nuxt/kit": "^3.21.7",
    "@nuxt/module-builder": "1.0.2",
    "@nuxt/schema": "^3.21.7",
    "@scayle/eslint-config-storefront": "^4.8.0",
    "@types/node": "24.12.2",
    "@vitest/coverage-v8": "4.1.9",
    "eslint-formatter-gitlab": "7.1.0",
    "eslint": "10.5.0",
    "nuxt": "^3.21.7",
    "publint": "0.3.21",
    "typescript": "6.0.3",
    "unbuild": "3.6.1",
    "vitest": "4.1.9",
    "vue-tsc": "3.3.5",
    "vue": "3.5.38",
    "@scayle/storefront-nuxt": "8.62.1",
    "@scayle/vitest-config-storefront": "1.0.0"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:build": "nuxt build playground",
    "prep": "nuxt-module-build prepare && nuxt prepare playground",
    "lint": "eslint .",
    "lint:ci": "eslint . --format gitlab",
    "lint:fix": "eslint . --fix",
    "typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
    "package:lint": "publint",
    "verify-packaging": "attw --pack . --profile esm-only"
  }
}