{
    "name": "svg-minifier",
    "version": "2.0.0",
    "description": "A tool to minify svg files",
    "main": "lib/index.js",
    "scripts": {
        "test": "node ./test/test.js",
        "patch": "npm run test && sf publish patch -r"
    },
    "files": [
        "lib"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cenfun/svg-minifier.git"
    },
    "dependencies": {
        "cheerio": "^1.0.0-rc.10",
        "console-grid": "^2.2.2",
        "eight-colors": "^1.3.0",
        "ignore": "^5.3.1",
        "svgo": "^3.2.0",
        "umd-runtime-templates": "^2.0.0"
    },
    "devDependencies": {
        "@tabler/icons": "^3.2.0",
        "eslint": "^8.23.0",
        "eslint-config-plus": "^1.0.6",
        "eslint-plugin-html": "^8.1.1",
        "heroicons": "^2.1.3",
        "super-tiny-icons": "^0.6.0"
    }
}
