You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
847 B
30 lines
847 B
2 years ago
|
{
|
||
|
"name": "@svgr/babel-plugin-svg-dynamic-title",
|
||
|
"description": "Transform SVG by adding a dynamic title element",
|
||
|
"version": "5.4.0",
|
||
|
"main": "lib/index.js",
|
||
|
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title",
|
||
|
"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"
|
||
|
}
|