{ "name": "@svgr/plugin-prettier", "description": "Format code using Prettier", "version": "5.5.0", "main": "lib/index.js", "repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier", "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": { "prebuild": "rm -rf lib/", "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "prepublishOnly": "yarn run build" }, "dependencies": { "deepmerge": "^4.2.2", "prettier": "^2.4.0" } }