{
  "name": "@nuxt/scripts",
  "type": "module",
  "version": "1.0.5",
  "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
  "author": {
    "name": "Harlan Wilton",
    "email": "harlan@harlanzw.com",
    "url": "https://harlanzw.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/scripts.git",
    "directory": "packages/script"
  },
  "bugs": {
    "url": "https://github.com/nuxt/scripts/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./registry": "./dist/registry.mjs",
    "./stats": "./dist/stats.mjs",
    "./types-source": "./dist/types-source.mjs"
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "registry": [
        "./dist/registry.d.mts"
      ],
      "stats": [
        "./dist/stats.d.mts"
      ],
      "types-source": [
        "./dist/types-source.d.mts"
      ]
    }
  },
  "bin": {
    "nuxt-scripts": "./bin/cli.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "build": {
    "externals": [
      "@unhead/vue",
      "@unhead/schema",
      "knitwork",
      "#build/modules/nuxt-scripts-gtm",
      "#build/modules/nuxt-scripts-ga",
      "@vimeo/player",
      "esbuild",
      "unimport",
      "#nuxt-scripts/types",
      "posthog-js",
      "@nuxt/devtools-kit",
      "sirv"
    ]
  },
  "peerDependencies": {
    "@googlemaps/markerclusterer": "^2.6.2",
    "@paypal/paypal-js": "^8.1.2 || ^9.0.0",
    "@stripe/stripe-js": "^7.0.0 || ^8.0.0 || ^9.0.0",
    "@types/google.maps": "^3.58.1",
    "@types/vimeo__player": "^2.18.3",
    "@types/youtube": "^0.1.0",
    "@unhead/vue": "^2.0.3",
    "posthog-js": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@googlemaps/markerclusterer": {
      "optional": true
    },
    "@paypal/paypal-js": {
      "optional": true
    },
    "@stripe/stripe-js": {
      "optional": true
    },
    "@types/google.maps": {
      "optional": true
    },
    "@types/vimeo__player": {
      "optional": true
    },
    "@types/youtube": {
      "optional": true
    },
    "posthog-js": {
      "optional": true
    }
  },
  "dependencies": {
    "@nuxt/devtools-kit": "^3.2.4",
    "@nuxt/kit": "^4.4.4",
    "@vueuse/core": "^14.2.1",
    "@vueuse/shared": "^14.2.1",
    "consola": "^3.4.2",
    "defu": "^6.1.7",
    "h3": "^1.15.11",
    "magic-string": "^0.30.21",
    "ofetch": "^1.5.1",
    "ohash": "^2.0.11",
    "oxc-parser": "^0.128.0",
    "oxc-walker": "^0.7.0",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.1",
    "sirv": "^3.0.2",
    "std-env": "^4.1.0",
    "ufo": "^1.6.4",
    "ultrahtml": "^1.6.0",
    "unplugin": "^3.0.0",
    "unstorage": "^1.17.5",
    "valibot": "^1.3.1"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^1.0.2"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare"
  }
}