{
  "name": "@stacksjs/iconify-icon-park",
  "version": "0.2.35",
  "description": "IconPark icons for stx from Iconify",
  "author": "ByteDance",
  "license": "Apache-2.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": "./dist/*"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun build.ts",
    "prepublishOnly": "bun build.ts"
  },
  "dependencies": {
    "@stacksjs/iconify-core": "0.2.35"
  },
  "keywords": [
    "iconify",
    "icons",
    "svg",
    "icon-park",
    "IconPark",
    "stx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stacksjs/stx.git",
    "directory": "packages/iconify-icon-park"
  },
  "sideEffects": false
}
