{
  "name": "@klarna/react-native-vector-drawable",
  "version": "0.5.1",
  "description": "Android vector drawables in React Native",
  "main": "src",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "github:klarna-incubator/react-native-vector-drawable",
  "homepage": "https://github.com/klarna-incubator/react-native-vector-drawable",
  "bugs": {
    "url": "https://github.com/klarna-incubator/react-native-vector-drawable/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react-native",
    "react",
    "mobile",
    "android",
    "ui",
    "vector",
    "image"
  ],
  "author": "Joel Arvidsson",
  "devDependencies": {
    "@types/react-native": "^0.67.8",
    "prettier": "^2.2.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "codegenConfig": {
    "name": "RNVectorDrawableSpec",
    "type": "components",
    "jsSrcsDir": "src"
  }
}
