{
  "name": "@freakycoder/react-native-bounceable",
  "version": "2.1.0",
  "description": "Animate and bounce any component with RNBounceable for React Native",
  "main": "./index.js",
  "repository": "git@github.com:WrathChaos/react-native-bounceable.git",
  "author": "FreakyCoder <kurayogun@gmail.com>",
  "license": "MIT",
  "homepage": "https://www.freakycoder.com",
  "bugs": "https://github.com/WrathChaos/react-native-bounceable/issues",
  "keywords": [
    "bounceable",
    "rn-bounceable",
    "react-native-bounceable",
    "animated",
    "animation",
    "FreakyCoder",
    "freakycoder",
    "kuray",
    "Kuray",
    "react",
    "react-native",
    "javascript",
    "ui-lib",
    "rn"
  ],
  "module": "./index.js",
  "react-native": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "react-native": "./index.js",
      "import": "./index.js",
      "default": "./index.js"
    }
  }
}