{
  "name": "react-native-svg-asset-plugin",
  "version": "0.5.0",
  "description": "Asset plugin for importing SVG images in React Native",
  "keywords": [
    "react-native",
    "svg"
  ],
  "homepage": "https://github.com/aeirola/react-native-svg-asset-plugin",
  "bugs": {
    "url": "https://github.com/aeirola/react-native-svg-asset-plugin/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "prepare": "npm-run-all --parallel prepare:*",
    "prepare:flow-typed": "flow-typed install fs-extra@7 jest@26",
    "prepare:build": "babel src/ --ignore '**/__tests__' -d lib/",
    "test": "npm-run-all test:*",
    "test:lint": "npm-run-all --parallel test:lint:*",
    "test:lint:prettier": "prettier --check src/**/*.js integration_tests/**/*.js",
    "test:lint:flow": "flow check",
    "test:unit": "jest src/ integration_tests/"
  },
  "files": [
    "lib/"
  ],
  "author": "Axel Havukangas <axel@havukangas.fi>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aeirola/react-native-svg-asset-plugin.git"
  },
  "dependencies": {
    "fs-extra": ">=3.0.0",
    "sharp": ">=0.14.0"
  },
  "peerDependencies": {
    "react-native": ">=0.57"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-flow": "^7.10.4",
    "babel-jest": "^26.1.0",
    "flow-bin": "^0.130.0",
    "flow-typed": "^3.2.1",
    "jest": "^26.1.0",
    "metro": "^0.61.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5"
  }
}
