{
  "name": "@stacksjs/iconify-generator",
  "type": "module",
  "version": "0.2.226",
  "description": "Generator for Iconify icon packages",
  "author": "Chris Breuer <chris@stacksjs.org>",
  "license": "MIT",
  "homepage": "https://github.com/stacksjs/stx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/stx.git"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/stx/issues"
  },
  "keywords": [
    "iconify",
    "icons",
    "generator",
    "svg",
    "stx"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "stx-iconify": "./dist/cli.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "bun build.ts",
    "dev": "bun build.ts --watch",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@stacksjs/iconify-core": "0.2.226"
  }
}
