{
  "name": "react-native-svg-animations",
  "version": "1.0.0",
  "description": "SVG Animations wrapper for react-native.",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:73R3WY/react-native-svg-animations.git"
  },
  "keywords": [
    "react-native",
    "svg",
    "animations"
  ],
  "author": "Jeremy Patrick Pacabis <jeremy@ingenuity.ph> (https://ingenuity.ph)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/73R3WY/react-native-svg-animations/issues"
  },
  "homepage": "https://github.com/73R3WY/react-native-svg-animations",
  "dependencies": {
    "color": "^4.2.3",
    "react-native-svg": "^14.1.0",
    "svg-path-properties": "^1.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0"
  }
}
