UNPKG

svgo-fix-path

Version:

Fix SVG path direction using SVGO

74 lines 1.92 kB
{ "name": "svgo-fix-path", "packageManager": "yarn@4.9.1", "description": "Fix SVG path direction using SVGO", "version": "1.0.0", "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "license": "MIT", "scripts": { "dev": "vite", "build": "unbuild", "build:demo": "vite build", "preview": "vite preview", "test": "vitest", "coverage": "vitest run --coverage", "prepack": "yarn build", "lint": "eslint . --ext .js,.vue,.ts --format pretty", "fix": "yarn lint --fix" }, "devDependencies": { "@privyid/eslint-config-persona": "^1.0.0-rc.7", "@tailwindcss/vite": "^4.1.5", "@types/eslint": "^9.0.0", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vitest/coverage-v8": "^3", "@vue/eslint-config-typescript": "13.0.0", "eslint": "8.57.1", "eslint-config-standard-with-typescript": "21.0.1", "eslint-formatter-pretty": "5.0.0", "eslint-plugin-align-assignments": "1.1.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.18.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "48.0.1", "eslint-plugin-varspacing": "1.2.2", "eslint-plugin-vue": "9.33.0", "svgo": "^3.3.2", "tailwindcss": "^4.1.5", "typescript": "5.8.3", "unbuild": "^3.5.0", "vite": "^6.3.5", "vitest": "^3" }, "repository": { "type": "git", "url": "https://github.com/adenvt/svgo-fix-path.git" }, "dependencies": { "svg-path-commander": "^2.1.10" }, "peerDependencies": { "svgo": "^3" }, "keywords": [ "svg", "svgo", "fonticon", "webfont" ] }