UNPKG

svg-icons-cli

Version:

https://github.com/alexanderson1993/svg-icons-cli

48 lines (47 loc) 1.04 kB
{ "name": "svg-icons-cli", "version": "0.0.8", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "icons": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/alexanderson1993/svg-icons-cli" }, "readme": "https://github.com/alexanderson1993/svg-icons-cli", "keywords": [ "icons", "svg", "react", "cli" ], "author": { "name": "Alex Anderson" }, "license": "ISC", "dependencies": { "@clack/prompts": "^0.7.0", "clsx": "^2.0.0", "glob": "^10.3.10", "node-html-parser": "^6.1.11", "svgo": "^3.0.4", "tailwind-merge": "^2.0.0", "tiny-parse-argv": "^2.2.0", "typescript": "^5.2.2" }, "devDependencies": { "@svgr/cli": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-prettier": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", "@types/node": "^20.9.0", "npm-run-all": "^4.1.5", "npm-watch": "^0.11.0" } }