{
  "name": "react-native-floating-bubble-ts",
  "version": "1.0.0",
  "description": "Floating bubbles for React Native and Typescript",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc && cp -r README.md package.json ios/ windows/ android/ dist/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "typescript",
    "floating-bubble"
  ],
  "author": "Adam Brewer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hybriteq/react-native-floating-bubble-ts.git"
  },
  "dependencies": {
    "react-native": "^0.69.4"
  }
}
