{
  "name": "@hanzi.pro/webfonts-genyo-gothic",
  "version": "0.1.0",
  "description": "GenYo Gothic — 傳承字形 webfont subset of ButTaiwan/genyog-font (v2.100), sliced by ziano.",
  "license": "OFL-1.1",
  "homepage": "https://hanzi.pro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hanzipro/ziano.git"
  },
  "main": "swap.css",
  "style": "swap.css",
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": "./swap.css",
    "./swap": "./swap.css",
    "./block": "./block.css",
    "./optional": "./optional.css",
    "./files/*": "./files/*",
    "./swap/*": "./swap/*",
    "./block/*": "./block/*",
    "./optional/*": "./optional/*"
  },
  "files": [
    "swap.css",
    "block.css",
    "optional.css",
    "swap/",
    "block/",
    "optional/",
    "files/",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "webfont",
    "cjk",
    "traditional-chinese",
    "傳承字形",
    "sans",
    "黑體"
  ],
  "publishConfig": {
    "access": "public"
  }
}