{ "name": "@svgr/plugin-jsx", "description": "Transform SVG into JSX", "version": "6.2.1", "main": "./dist/index.js", "exports": "./dist/index.js", "typings": "./dist/index.d.ts", "repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx", "author": "Greg Bergé ", "publishConfig": { "access": "public" }, "keywords": [ "svgr-plugin" ], "engines": { "node": ">=10" }, "homepage": "https://react-svgr.com", "funding": { "type": "github", "url": "https://github.com/sponsors/gregberge" }, "license": "MIT", "scripts": { "reset": "rm -rf dist", "build": "rollup -c ../../build/rollup.config.js", "prepublishOnly": "npm run reset && npm run build" }, "peerDependencies": { "@svgr/core": "^6.0.0" }, "dependencies": { "@babel/core": "^7.15.5", "@svgr/babel-preset": "^6.2.0", "@svgr/hast-util-to-babel-ast": "^6.2.1", "svg-parser": "^2.0.2" }, "gitHead": "6158fe7027da781425d544d942f0996a973689c5" }