UNPKG

918 BJSONView Raw
1{
2 "name": "@svgr/babel-plugin-add-jsx-attribute",
3 "description": "Add JSX attribute",
4 "version": "6.0.0",
5 "main": "./dist/index.js",
6 "exports": "./dist/index.js",
7 "typings": "./dist/index.d.ts",
8 "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute",
9 "author": "Greg Bergé <berge.greg@gmail.com>",
10 "publishConfig": {
11 "access": "public"
12 },
13 "keywords": [
14 "babel-plugin"
15 ],
16 "engines": {
17 "node": ">=10"
18 },
19 "homepage": "https://react-svgr.com",
20 "funding": {
21 "type": "github",
22 "url": "https://github.com/sponsors/gregberge"
23 },
24 "license": "MIT",
25 "peerDependencies": {
26 "@babel/core": "^7.0.0-0"
27 },
28 "scripts": {
29 "reset": "rm -rf dist",
30 "build": "rollup -c ../../build/rollup.config.js",
31 "prepublishOnly": "npm run reset && npm run build"
32 },
33 "gitHead": "af9a6cbd4387180c7d6683713330a7ffcfb600e9"
34}