@svgr/cli
Version:
SVGR command line.
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@svgr/cli",
"description": "SVGR command line.",
"version": "8.1.0",
"repository": "https://github.com/gregberge/svgr/tree/main/packages/cli",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"svgr",
"svg",
"react",
"cli"
],
"engines": {
"node": ">=14"
},
"homepage": "https://react-svgr.com",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"license": "MIT",
"bin": {
"svgr": "./bin/svgr"
},
"scripts": {
"reset": "rm -rf dist",
"build": "rollup -c ../../build/rollup.config.mjs",
"prepublishOnly": "pnpm run reset && pnpm run build"
},
"dependencies": {
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@svgr/plugin-prettier": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"camelcase": "^6.2.0",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"dashify": "^2.0.0",
"glob": "^8.0.3",
"snake-case": "^3.0.4"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"del": "^6.1.1"
},
"gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8"
}