{
  "name": "@react-native-blossom-ui/overlays",
  "version": "0.19.0",
  "description": "Overlays components of Blossom UI",
  "license": "MIT",
  "main": "./src/index",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "react-native",
    "overlay",
    "toast",
    "dialog",
    "snackbar",
    "menu",
    "popover"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/deepakkumardk/react-native-blossom-ui.git"
  },
  "author": "Deepak Kumar <dpk950@gmail.com>",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist node_modules",
    "tsc": "tsc --skipLibCheck --noEmit",
    "lint": "eslint src/ --fix",
    "prepublish": "yarn build"
  },
  "dependencies": {},
  "devDependencies": {
    "@react-native-blossom-ui/components": "*",
    "@react-native-blossom-ui/typescript-config": "*",
    "tsup": "^8.5.1"
  },
  "peerDependencies": {
    "@react-native-blossom-ui/components": "*",
    "react": "*",
    "react-native": "*",
    "react-native-vector-icons": "*"
  }
}
