{
  "name": "nuxt-svgo",
  "version": "4.0.17",
  "description": "Nuxt module to load optimized SVG files as Vue components",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "nuxtjs",
    "svg",
    "svgo",
    "vue"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cpsoinos/nuxt-svgo.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs",
      "types": "./dist/module.d.ts"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/module.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "ci:format": "prettier --write --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx,vue,md,mdx,gql,graphql,json,yml,yaml}\"",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare 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",
    "semantic-release": "semantic-release",
    "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",
    "typecheck": "nuxi typecheck"
  },
  "lint-staged": {
    "package.json": [
      "npx sort-package-json"
    ],
    "*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,vue,html}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{css,postcss,json,html,md,yml}": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "@nuxt/kit": "^3.4.0",
    "mini-svg-data-uri": "^1.4.4",
    "svgo": "3.0.2"
  },
  "devDependencies": {
    "@cpsoinos/eslint-config-typescript": "0.2.5",
    "@cpsoinos/prettier-config": "1.1.0",
    "@nuxt/module-builder": "^0.8.0",
    "@nuxt/test-utils": "3.17.2",
    "@nuxtjs/eslint-config-typescript": "12.1.0",
    "cross-env": "^7.0.3",
    "eslint": "8.57.1",
    "husky": "9.1.7",
    "lint-staged": "^15.2.2",
    "nuxt": "3.16.2",
    "pnpm": "9.15.9",
    "prettier": "3.5.3",
    "semantic-release": "^22.0.0",
    "vitest": "^2.0.0"
  },
  "peerDependencies": {
    "svgo-loader": "^4.0.0",
    "vue": ">=3.2.13",
    "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
    }
  },
  "packageManager": "pnpm@9.15.9",
  "publishConfig": {
    "access": "public"
  },
  "pnpm": {
    "overrides": {
      "json5@<1.0.2": ">=1.0.2",
      "nth-check@<2.0.1": ">=2.0.1"
    }
  }
}
