{
  "name": "motorinc-global-components",
  "version": "3.10.2",
  "description": "A comprehensive React Native component library with built-in theme support for consistent UI across different projects",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "react-native",
    "components",
    "theme",
    "ui-library",
    "typescript",
    "dark-mode",
    "light-mode",
    "header",
    "compound-component",
    "navigation",
    "swipe",
    "gesture",
    "rowlistview",
    "swipeable-listItem",
    "chat-list",
    "listcard",
    "button",
    "swipeable",
    "animation",
    "whatsapp-style",
    "ios-style",
    "date-picker",
    "calendar",
    "date-selector",
    "card-view",
    "text-input",
    "form-components"
  ],
  "author": "MotorInc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motorinc/global-components.git"
  },
  "homepage": "https://github.com/motorinc/global-components#readme",
  "bugs": {
    "url": "https://github.com/motorinc/global-components/issues"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "components/",
    "theme/",
    "font/",
    "types/",
    "assets/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.71.0",
    "react-native-svg": ">=15.0.0",
    "@react-native-async-storage/async-storage": ">=1.17.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-calendars": ">=1.1300.0",
    "@react-native-community/datetimepicker": ">=7.0.0",
    "moment": ">=2.29.0"
  },
  "scripts": {
    "prepublishOnly": "echo 'Ready to publish!'"
  },
  "engines": {
    "node": ">=16"
  }
}
