{
    "version": "9.8.1",
    "name": "@jafri/react-native-svg",
    "description": "SVG library for react-native",
    "homepage": "https://github.com/react-native-community/react-native-svg",
    "repository": {
        "type": "git",
        "url": "https://github.com/react-native-community/react-native-svg"
    },
    "license": "MIT",
    "main": "./index",
    "keywords": [
        "react-component",
        "react-native",
        "ios",
        "android",
        "SVG",
        "ART",
        "VML",
        "gradient"
    ],
    "scripts": {
        "lint": "eslint ./",
        "format": "prettier index.js  index.web.js xml.js README.md './{elements,lib}/*.js' './lib/extract/e*.js' --write",
        "peg": "pegjs -o ./lib/extract/transform.js ./lib/extract/transform.peg"
    },
    "peerDependencies": {
        "react": "*",
        "react-native": ">=0.50.0"
    },
    "dependencies": {},
    "devDependencies": {
        "@react-native-community/eslint-config": "^0.0.5",
        "babel-eslint": "^10.0.3",
        "eslint": "^6.2.2",
        "eslint-plugin-prettier": "^3.1.0",
        "eslint-plugin-react": "^7.14.3",
        "pegjs": "^0.10.0",
        "prettier": "^1.18.2",
        "react": "^16.9.0"
    },
    "nativePackage": true
}
