{
  "name": "nuxt-svg-sprite-icon",
  "version": "1.0.47",
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
    "push": "git push origin main && npm publish"
  },
  "description": "A powerful SVG sprite module for Nuxt 3 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MikeCheng1208/nuxt-svg-sprite-icon.git"
  },
  "license": "MIT",
  "type": "module",
  "author": "mike cheng <https://github.com/MikeCheng1208/> (https://github.com/MikeCheng1208/)",
  "bugs": {
    "url": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon/issues"
  },
  "homepage": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.17.3"
  },
  "devDependencies": {
    "@nuxt/devtools": "^2.4.1",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.17.3",
    "@nuxt/test-utils": "^3.19.0",
    "@types/node": "latest",
    "@unocss/nuxt": "^66.1.2",
    "changelogen": "^0.6.1",
    "eslint": "^9.27.0",
    "nuxt": "^3.17.3",
    "typescript": "~5.8.3",
    "vitest": "^3.1.4",
    "vue-tsc": "^2.2.10",
    "chokidar": "^3.5.0"
  },
  "keywords": [
    "icon",
    "Vue",
    "Vue3",
    "svg",
    "Nuxt",
    "Nuxt3",
    "svg-sprite",
    "nuxt-svg-sprite"
  ]
}
