{
  "name": "react-native-floating-action-circle-button",
  "version": "0.0.6",
  "description": "Simple floating action button component with circle button for react native",
  "main": "index.js",
  "bin": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "keywords": [
    "react-native",
    "react-native-floating-action-button",
    "action-button",
    "floating-action",
    "circle-button"
  ],
  "author": "Bui Trung Hieu",
  "license": "MIT",
  "dependencies": {
    "react": "17.0.2",
    "react-native": "0.68.2"
  },
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/runtime": "^7.18.9",
    "@react-native-community/eslint-config": "^3.1.0",
    "babel-jest": "^28.1.3",
    "eslint": "^8.22.0",
    "jest": "^28.1.3",
    "metro-react-native-babel-preset": "^0.72.1",
    "react-test-renderer": "17.0.2"
  },
  "jest": {
    "preset": "react-native"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hieutbui/react-native-floatng-action-circle-button"
  },
  "bugs": {
    "url": "https://github.com/hieutbui/react-native-floatng-action-circle-button/issues"
  }
}
