1 | {
|
2 | "name": "@svgr/babel-plugin-transform-svg-component",
|
3 | "description": "Transform SVG into component",
|
4 | "version": "8.0.0",
|
5 | "main": "./dist/index.js",
|
6 | "types": "./dist/index.d.ts",
|
7 | "exports": {
|
8 | ".": {
|
9 | "types": "./dist/index.d.ts",
|
10 | "default": "./dist/index.js"
|
11 | },
|
12 | "./package.json": "./package.json"
|
13 | },
|
14 | "repository": "https://github.com/gregberge/svgr/tree/main/packages/babel-plugin-transform-svg-component",
|
15 | "author": "Greg Bergé <berge.greg@gmail.com>",
|
16 | "publishConfig": {
|
17 | "access": "public"
|
18 | },
|
19 | "keywords": [
|
20 | "babel-plugin"
|
21 | ],
|
22 | "engines": {
|
23 | "node": ">=12"
|
24 | },
|
25 | "homepage": "https://react-svgr.com",
|
26 | "funding": {
|
27 | "type": "github",
|
28 | "url": "https://github.com/sponsors/gregberge"
|
29 | },
|
30 | "license": "MIT",
|
31 | "peerDependencies": {
|
32 | "@babel/core": "^7.0.0-0"
|
33 | },
|
34 | "scripts": {
|
35 | "reset": "rm -rf dist",
|
36 | "build": "rollup -c ../../build/rollup.config.mjs",
|
37 | "prepublishOnly": "pnpm run reset && pnpm run build"
|
38 | },
|
39 | "devDependencies": {
|
40 | "@types/babel__template": "^7.4.1"
|
41 | },
|
42 | "gitHead": "52a1079681477587ef0d842c0e78531adf2d2520"
|
43 | }
|