{
  "name": "phosphor-astro",
  "version": "2.1.0",
  "description": "Phosphor icons as Astro components",
  "files": [
    "*.astro",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node build.mjs",
    "clean:all": "pnpm run \"/^clean:.*/\"",
    "clean:download": "rm -rf phosphor-icons/ *.zip",
    "clean:generated": "rm -rf ./*.astro LICENSE",
    "download": "bash ./download.sh",
    "prebuild": "pnpm run clean:generated",
    "prepublish": "npm run build"
  },
  "keywords": [
    "astro",
    "astro-component",
    "phosphor",
    "icons",
    "phosphor-icons"
  ],
  "author": "Sean McPherson <sean@seanmcp.com> (https://github.com/seanmcp)",
  "repository": "https://github.com/seanmcp/phosphor-astro",
  "homepage": "https://github.com/seanmcp/phosphor-astro#readme",
  "license": "MIT",
  "devDependencies": {
    "astro": "^4.11.5",
    "pascalcase": "^2.0.0"
  }
}
