{
  "name": "@jasikpark/astro-svg-loader",
  "repository": {
    "url": "https://github.com/jasikpark/astro-svg-loader"
  },
  "license": "MIT",
  "version": "0.3.1",
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "src",
    "index.ts"
  ],
  "keywords": [
    "astro-component",
    "svg",
    "svg-loader"
  ],
  "devDependencies": {
    "@astrojs/check": "0.9.4",
    "@changesets/cli": "2.27.9",
    "@ianvs/prettier-plugin-sort-imports": "4.3.1",
    "@types/eslint__js": "^8.42.3",
    "@typescript-eslint/parser": "8.10.0",
    "@vitest/ui": "2.1.3",
    "astro": "4.16.6",
    "eslint": "8.57.1",
    "eslint-plugin-astro": "1.3.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "6.10.0",
    "fast-check": "3.22.0",
    "prettier": "3.2.5",
    "prettier-plugin-astro": "0.14.1",
    "shiki": "1.1.5",
    "typescript": "5.6.3",
    "vitest": "2.1.3"
  },
  "peerDependencies": {
    "astro": "^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "engines": {
    "node": ">18",
    "pnpm": ">=7.9.5"
  },
  "packageManager": "pnpm@8.15.9",
  "dependencies": {
    "typescript-eslint": "^8.10.0",
    "ultrahtml": "1.5.3"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "format": "prettier -w .",
    "format:check": "prettier -c .",
    "test": "vitest --run",
    "test:watch": "vitest",
    "test:watch:ui": "vitest --ui",
    "lint": "eslint",
    "check:astro": "astro check",
    "check:ts": "tsc -p .",
    "check": "pnpm run '/^check:.*/'",
    "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format",
    "changeset": "changeset"
  }
}