mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
30 lines
826 B
JSON
30 lines
826 B
JSON
{
|
|
"name": "@svgr/babel-plugin-remove-jsx-attribute",
|
|
"description": "Remove JSX attribute",
|
|
"version": "5.4.0",
|
|
"main": "lib/index.js",
|
|
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute",
|
|
"author": "Greg Bergé <berge.greg@gmail.com>",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"homepage": "https://react-svgr.com",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/gregberge"
|
|
},
|
|
"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": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
|
|
}
|