mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-16 17:54:36 +00:00
33 lines
816 B
JSON
33 lines
816 B
JSON
{
|
|
"name": "@svgr/plugin-prettier",
|
|
"description": "Format code using Prettier",
|
|
"version": "5.3.1",
|
|
"main": "lib/index.js",
|
|
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier",
|
|
"author": "Greg Bergé <berge.greg@gmail.com>",
|
|
"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": {
|
|
"prebuild": "rm -rf lib/",
|
|
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"dependencies": {
|
|
"merge-deep": "^3.0.2",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|