{
  "name": "oslllo-svg-fixer",
  "version": "3.0.0",
  "description": "Converts SVG Strokes To Fill.",
  "bin": "src/cli.js",
  "main": "src/index.js",
  "files": [
    "src",
    "scripts"
  ],
  "scripts": {
    "debug": "node scripts/debug.js",
    "lint": "eslint -- src test ./",
    "lint:fix": "eslint --fix src test ./",
    "test:only": "nyc mocha test/main.test.js && mocha test/output.test.js",
    "test": "nyc mocha test/main.test.js && mocha test/output.test.js && npm run lint",
    "test:cli": "mocha test/src/test.cli.js",
    "coverage": "nyc report --reporter=lcovonly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oslllo/svg-fixer.git"
  },
  "keywords": [
    "converts-svg",
    "svg-fixer",
    "svg-icons",
    "font-pack",
    "svg",
    "font",
    "fill",
    "stroke-fill",
    "fontello",
    "icomoon",
    "webfont",
    "stroke-to-fill",
    "oslllo"
  ],
  "author": "Ghustavh Ehm",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oslllo/svg-fixer/issues"
  },
  "homepage": "https://docs.oslllo.com/svg-fixer/master",
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "cli-progress": "^3.12.0",
    "fast-glob": "^3.3.1",
    "oslllo-potrace": "^2.0.1",
    "oslllo-svg2": "^2.0.2",
    "oslllo-validator": "^3.1.0",
    "piscina": "^4.1.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "chai": "^4.3.8",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.1",
    "eslint": "^7.32.0",
    "fs-extra": "^10.1.0",
    "inquirer": "^8.2.6",
    "looks-same": "^7.3.0",
    "mocha": "^9.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0",
    "stopwatch-node": "^1.1.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
