{
  "name": "@svgr-iconkit/core",
  "version": "0.5.0-beta.1",
  "description": "SVGR iconset core",
  "keywords": [
    "SVG",
    "Icons",
    "react",
    "react-native",
    "expo"
  ],
  "repository": "https://github.com/svgr-iconkit/svgr-iconkit",
  "homepage": "https://svgr-iconkit.dev",
  "license": "MIT",
  "exports": {
    "./native": {
      "types": "./lib/native/index.d.ts",
      "require": {
        "default": "./lib/native.cjs"
      },
      "import": {
        "default": "./lib/native.mjs"
      },
      "default": {
        "default": "./lib/native.cjs"
      }
    },
    ".": {
      "react-native": {
        "types": "./lib/native/index.d.ts",
        "default": "./lib/native.cjs"
      },
      "types": "./lib/web/index.d.ts",
      "require": {
        "default": "./lib/web.cjs"
      },
      "import": {
        "default": "./lib/web.mjs"
      },
      "default": {
        "default": "./lib/web.mjs"
      }
    }
  },
  "files": [
    "icons",
    "types",
    "lib",
    "native",
    "index.js",
    "index.cjs",
    "index.mjs",
    "index.*.ts",
    "index.*.js",
    "native.js",
    "native.cjs",
    "native.mjs",
    "native.*.js",
    "native.d.ts",
    "LICENSE.md",
    "README.md"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    },
    "react-native-svg": {
      "optional": true
    }
  },
  "dependencies": {
    "@svgr-iconkit/common-utils": "^0.5.0-beta.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/plugin-transform-typescript": "^7.14.4",
    "@babel/preset-env": "^7.14.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-terser": "^0.2.0",
    "@svgr-iconkit/build-config": "^0.5.0-beta.1",
    "@svgr-iconkit/cli": "^0.5.0-beta.1",
    "@types/node": "^16.11.6",
    "@types/react": "^19.1.16",
    "@types/react-native": "^0.61.0",
    "npm-run-all": "^4.1.5",
    "react": "^19.1.1",
    "react-native": "^0.61.0",
    "react-native-svg": "^12.3.0",
    "rimraf": "^3.0.2",
    "rollup": "^4.53.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "source-map-explorer": "^2.5.2",
    "tslib": "^2.6.2",
    "typescript": "^5.4.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "iconsmap:upgrade": "echo 'not available'",
    "iconsmap": "echo 'not available'",
    "transform": "svgr-iconkit transform assets",
    "prebuild": "rimraf ./lib ./dist ./native/lib ./native/dist",
    "build": "rollup -c --bundleConfigAsCjs",
    "build:dev": "ENV=development npm-run-all prebuild build",
    "build:full": "npm-run-all prebuild build"
  },
  "gitHead": "6277f374ee3386099173394f98c692819e4fc3cd"
}
