UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@svgr/babel-plugin-transform-react-native-svg",
3 "description": "Transform DOM elements into react-native-svg components",
4 "version": "6.5.1",
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-react-native-svg",
15 "author": "Greg Bergé <berge.greg@gmail.com>",
16 "publishConfig": {
17 "access": "public"
18 },
19 "keywords": [
20 "babel-plugin"
21 ],
22 "engines": {
23 "node": ">=10"
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.js",
37 "prepublishOnly": "npm run reset && npm run build"
38 },
39 "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
40}