{
  "name": "@stephansama/astro-iconify-svgmap",
  "version": "1.0.4",
  "description": "Astro integration for generating iconify svgmaps for ssg sites",
  "repository": {
    "url": "https://github.com/stephansama/packages",
    "type": "git",
    "directory": "core/astro-iconify-svgmap"
  },
  "homepage": "https://packages.stephansama.info/api/@stephansama/astro-iconify-svgmap",
  "author": {
    "email": "stephanrandle.dev@gmail.com",
    "name": "Stephan Randle",
    "url": "https://stephansama.info"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "iconify-svgmap": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./get": {
      "import": "./dist/get.js",
      "require": "./dist/get.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "client.d.ts",
    "dist",
    "package.json"
  ],
  "keywords": [
    "vite",
    "astro",
    "astro-integration",
    "vite-plugin",
    "svgmap",
    "iconify"
  ],
  "peerDependencies": {
    "astro": "^5.9.3",
    "vite": "^6.3.5"
  },
  "devDependencies": {
    "@iconify/types": "^2.0.0",
    "@iconify/utils": "^2.3.0",
    "astro": "^5.9.3",
    "tsup": "^8.3.6",
    "vite": "^6.3.5"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "dev": "tsup --watch",
    "lint": "eslint ./src/",
    "build": "tsup && attw --pack --profile=node16",
    "test:ci": "vitest run --coverage",
    "test:ui": "vitest run --ui",
    "test": "vitest run"
  }
}