{
  "name": "astro-heroicons",
  "version": "2.1.5-1",
  "description": "Heroicons as Astro components",
  "files": [
    "micro",
    "mini",
    "outline",
    "solid"
  ],
  "scripts": {
    "build": "node build.mjs",
    "test": "astro check"
  },
  "keywords": [
    "astro",
    "astro-component",
    "heroicons",
    "icons"
  ],
  "author": "Sean McPherson <sean@seanmcp.com> (https://github.com/seanmcp)",
  "repository": "https://github.com/seanmcp/astro-heroicons",
  "homepage": "https://github.com/seanmcp/astro-heroicons#readme",
  "license": "MIT",
  "devDependencies": {
    "@astrojs/check": "^0.8.2",
    "astro": "^4.12.2",
    "heroicons": "^2.1.5",
    "pascalcase": "^2.0.0",
    "typescript": "^5.3.3"
  }
}
