{
  "name": "gsfont",
  "version": "1.0.1",
  "description": "一个用于生成字体子集的命令行工具",
  "main": "index.js",
  "bin": {
    "gsfont": "./index.js"
  },
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [
    "font",
    "subset",
    "fontmin"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "fontmin": "^0.9.9",
    "commander": "^11.1.0",
    "opentype.js": "^0.8.0"
  }
}
