UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@svgr/cli",
3 "description": "SVGR command line.",
4 "version": "6.5.1",
5 "repository": "https://github.com/gregberge/svgr/tree/main/packages/cli",
6 "author": "Greg Bergé <berge.greg@gmail.com>",
7 "publishConfig": {
8 "access": "public"
9 },
10 "keywords": [
11 "svgr",
12 "svg",
13 "react",
14 "cli"
15 ],
16 "engines": {
17 "node": ">=10"
18 },
19 "homepage": "https://react-svgr.com",
20 "funding": {
21 "type": "github",
22 "url": "https://github.com/sponsors/gregberge"
23 },
24 "license": "MIT",
25 "bin": {
26 "svgr": "./bin/svgr"
27 },
28 "scripts": {
29 "reset": "rm -rf dist",
30 "build": "rollup -c ../../build/rollup.config.js",
31 "prepublishOnly": "npm run reset && npm run build"
32 },
33 "dependencies": {
34 "@svgr/core": "^6.5.1",
35 "@svgr/plugin-jsx": "^6.5.1",
36 "@svgr/plugin-prettier": "^6.5.1",
37 "@svgr/plugin-svgo": "^6.5.1",
38 "camelcase": "^6.2.0",
39 "chalk": "^4.1.2",
40 "commander": "^9.4.1",
41 "dashify": "^2.0.0",
42 "glob": "^8.0.3"
43 },
44 "devDependencies": {
45 "@types/glob": "^8.0.0",
46 "del": "^6.1.1"
47 },
48 "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
49}