{ "name": "@svgr/babel-plugin-replace-jsx-attribute-value", "description": "Replace JSX attribute value", "version": "4.2.0", "main": "lib/index.js", "repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value", "author": "Greg Bergé ", "publishConfig": { "access": "public" }, "keywords": [ "babel-plugin" ], "engines": { "node": ">=8" }, "license": "MIT", "scripts": { "prebuild": "rm -rf lib/", "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "prepublishOnly": "yarn run build" }, "gitHead": "35d3f4d446e5402902ee922a3f9984000bb74920" }