{
  "name": "@pixi/svg2ttf",
  "version": "6.1.0",
  "description": "Converts SVG font to TTF font",
  "keywords": [
    "font",
    "ttf",
    "svg",
    "convertor"
  ],
  "repository": "pixijs/svg2ttf",
  "license": "MIT",
  "author": "Sergey Batishchev <sergej.batishchev@gmail.com>",
  "bin": {
    "svg2ttf": "./svg2ttf.js"
  },
  "files": [
    "index.js",
    "svg2ttf.js",
    "lib/"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && mocha",
    "update_fixture": "./svg2ttf.js --ts 1457357570703 test/fixtures/test.svg test/fixtures/test.ttf"
  },
  "dependencies": {
    "@xmldom/xmldom": "~0.9.8",
    "argparse": "^2.0.1",
    "cubic2quad": "^1.2.1",
    "lodash": "^4.17.21",
    "microbuffer": "^1.0.0",
    "svgpath": "^2.6.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "eslint": "^9.30.1",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.5.1",
    "mocha": "^11.7.1",
    "opentype.js": "^1.3.4",
    "prettier": "^3.6.2"
  }
}
