{
  "name": "react-native-vector-image",
  "version": "0.6.1",
  "description": "Native vector images generated from SVG",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "homepage": "https://github.com/oblador/react-native-vector-image",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oblador/react-native-vector-image.git"
  },
  "scripts": {
    "test": "jest src",
    "build:plugin": "expo-module build plugin",
    "test:plugin": "expo-module test plugin",
    "prepare": "expo-module prepare plugin",
    "prepublishOnly": "expo-module prepublishOnly plugin"
  },
  "bin": {
    "react-native-vector-image": "bin/react-native-vector-image.js"
  },
  "files": [
    "bin",
    "src",
    "app.plugin.js",
    "expo-module.config.json",
    "plugin/build",
    "strip_svgs.sh",
    "strip_svgs.gradle",
    "!*.spec.js",
    "!fixtures",
    "!.DS_Store"
  ],
  "keywords": [
    "react-native",
    "image",
    "svg",
    "vector"
  ],
  "author": "Joel Arvidsson",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.1",
    "chroma-js": "^2.1.1",
    "execa": "^5.0.0",
    "fs-extra": "^9.1.0",
    "pdfkit": "^0.12.1",
    "svg-to-pdfkit": "^0.1.8",
    "tempy": "^1.0.1",
    "yargs": "^16.2.0"
  },
  "peerDependencies": {
    "expo": ">=47.0.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "devDependencies": {
    "expo-module-scripts": "^5.0.7",
    "expo": "^54.0.12",
    "react-native": "0.81.4",
    "jest": "^29.6.3",
    "metro": ">=0.83.3",
    "metro-config": ">=0.83.3",
    "prettier": "^2.2.1"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
