{
  "name": "nuxt-svgo",
  "version": "3.7.0",
  "packageManager": "pnpm@8.11.0",
  "description": "Nuxt module to load optimized SVG files as Vue components",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "nuxtjs",
    "svg",
    "svgo",
    "vue"
  ],
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/module.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cpsoinos/nuxt-svgo.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "ci:format": "prettier --write --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx,vue,md,mdx,gql,graphql,json,yml,yaml}\"",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "dev": "nuxi dev playground",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,vue,md,mdx,gql,graphql,json,yml,yaml}\"",
    "lint": "eslint --ext .js,.ts, --fix .",
    "prepack": "nuxt-module-build",
    "prepare": "husky install",
    "test": "cross-env NUXT_TELEMETRY_DISABLED=1 JITI_ESM_RESOLVE=1 pnpm nuxi prepare test/fixtures/basic && cross-env JITI_ESM_RESOLVE=1 vitest run --dir test",
    "test:dev": "cross-env NUXT_TELEMETRY_DISABLED=1 NUXT_TEST_DEV=true pnpm test:fixtures",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@nuxt/kit": "^3.4.0",
    "@vue/compiler-sfc": "^3.2.47",
    "mini-svg-data-uri": "^1.4.4",
    "svgo": "^3.0.2"
  },
  "devDependencies": {
    "@cpsoinos/eslint-config-typescript": "0.2.3",
    "@cpsoinos/prettier-config": "0.0.0",
    "@nuxt/module-builder": "^0.3.1",
    "@nuxt/test-utils": "3.8.0",
    "@nuxtjs/eslint-config-typescript": "latest",
    "cross-env": "^7.0.3",
    "eslint": "latest",
    "husky": "8.0.3",
    "nuxt": "3.8.0",
    "pnpm": "8.11.0",
    "prettier": "2.8.8",
    "semantic-release": "^19.0.5",
    "vitest": "^0.30.1"
  },
  "peerDependencies": {
    "svgo-loader": "^4.0.0",
    "vue-loader": "^17.0.0",
    "vue-svg-loader": "0.17.0-beta.2"
  },
  "peerDependenciesMeta": {
    "svgo-loader": {
      "optional": true
    },
    "vue-loader": {
      "optional": true
    },
    "vue-svg-loader": {
      "optional": true
    }
  },
  "pnpm": {
    "overrides": {
      "json5@<1.0.2": ">=1.0.2",
      "nth-check@<2.0.1": ">=2.0.1"
    }
  }
}
