{
  "name": "@stacksjs/iconify-academicons",
  "type": "module",
  "version": "0.2.219",
  "description": "Academicons icons for stx from Iconify",
  "author": "James Walsh",
  "license": "OFL-1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/stacksjs/stx.git",
    "directory": "packages/iconify-academicons"
  },
  "keywords": [
    "iconify",
    "icons",
    "svg",
    "academicons",
    "Academicons",
    "stx"
  ],
  "sideEffects": false,
  "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.219"
  }
}
