{
  "name": "svg-text-to-path",
  "version": "2.1.0",
  "description": "Convert svg text element to path",
  "main": "entries/node.js",
  "browser": "entries/browser-fontkit.js",
  "type": "module",
  "bin": {
    "svg-text-to-path": "./bin/cli.js",
    "svg-text-to-path-server": "./bin/server.js"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "PaulZi",
      "email": "pavel.zimakoff@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/paulzi/svg-text-to-path"
  },
  "dependencies": {
    "fontkit": "^2.0.2",
    "jsdom": "^20.0.0",
    "minimist": "^1.2.5",
    "node-fetch": "^2.6.1",
    "opentype.js": "^1.3.3"
  },
  "scripts": {
    "build:dev": "webpack --mode=development && npm run copy-docs",
    "build:prod": "webpack --mode=production && npm run copy-docs",
    "copy-docs": "cp dist/* ./docs"
  },
  "browserslist": [
    "defaults"
  ],
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/plugin-transform-async-to-generator": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^10.0.0",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1"
  }
}
