source: frontend/node_modules/@svgr/babel-plugin-svg-dynamic-title/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 847 bytes
Line 
1{
2 "name": "@svgr/babel-plugin-svg-dynamic-title",
3 "description": "Transform SVG by adding a dynamic title element",
4 "version": "5.4.0",
5 "main": "lib/index.js",
6 "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title",
7 "author": "Greg Bergé <berge.greg@gmail.com>",
8 "publishConfig": {
9 "access": "public"
10 },
11 "keywords": [
12 "babel-plugin"
13 ],
14 "engines": {
15 "node": ">=10"
16 },
17 "homepage": "https://react-svgr.com",
18 "funding": {
19 "type": "github",
20 "url": "https://github.com/sponsors/gregberge"
21 },
22 "license": "MIT",
23 "scripts": {
24 "prebuild": "rm -rf lib/",
25 "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
26 "prepublishOnly": "yarn run build"
27 },
28 "gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
29}
Note: See TracBrowser for help on using the repository browser.