12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@svgr/babel-plugin-svg-dynamic-title",
- "description": "Transform SVG by adding a dynamic title element",
- "version": "6.5.1",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- },
- "./package.json": "./package.json"
- },
- "repository": "https://github.com/gregberge/svgr/tree/main/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",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "scripts": {
- "reset": "rm -rf dist",
- "build": "rollup -c ../../build/rollup.config.js",
- "prepublishOnly": "npm run reset && npm run build"
- },
- "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
- }
|