{
  "name": "expo-app-ui",
  "version": "1.0.6",
  "description": "Production-ready, copy-paste React Native components for Expo. TypeScript-first, accessible, New Architecture compatible, with minimal peer dependencies. Customize freely — your code, your rules. Docs: https://expo-ui.thunderdevelops.in",
  "main": "index.js",
  "bin": {
    "expo-app-ui": "bin/expo-app-ui.js"
  },
  "files": [
    "bin",
    "src",
    "templates",
    "README.md"
  ],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:unit": "jest tests/unit",
    "test:integration": "jest tests/integration",
    "test:coverage": "jest --coverage"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/tests/**/*.test.js"
    ],
    "collectCoverageFrom": [
      "src/**/*.js",
      "!src/**/index.js"
    ],
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "text",
      "lcov"
    ]
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "keywords": [
    "expo",
    "react-native",
    "android",
    "ios",
    "ui",
    "components",
    "cli",
    "component-library",
    "expo-ui",
    "react-native-components",
    "mobile-ui",
    "expo-components",
    "ui-library",
    "react-native-ui"
  ],
  "author": "Krish Panchani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Krish-Panchani/expo-app-ui.git"
  },
  "bugs": {
    "url": "https://github.com/Krish-Panchani/expo-app-ui/issues"
  },
  "homepage": "https://expo-ui.thunderdevelops.in",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "fs-extra": "^11.2.0"
  }
}
