{
  "name": "fontsub",
  "version": "0.0.5",
  "description": "import font file and export .ttf ",
  "main": "dist/index.js",
  "scripts": {
    "test": "tsc && node dist/test.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PengXing/fontsubset.git"
  },
  "keywords": [
    "fontsub",
    "font",
    "subset",
    "fontkit"
  ],
  "author": "sekiyika",
  "license": "MIT",
  "dependencies": {
    "fonteditor-core": "^2.1.2"
  },
  "devDependencies": {
    "typescript": "^4.0.3"
  }
}
