{
  "name": "@kietpt2003/react-native-core-ui",
  "version": "0.0.5",
  "description": "React Native Core UI components by KietPT",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "index.d.ts",
    "index.js",
    "package.json"
  ],
  "scripts": {
    "example": "yarn --cwd example",
    "build": "node build.js",
    "publish-lib": "yarn build && npm publish --registry=https://registry.npmjs.org/ --access public && npm publish --registry=https://npm.pkg.github.com/ --access public"
  },
  "author": "tuankiet.pham",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "core-ui",
    "bottom-sheet",
    "react-native-bottom-sheet",
    "react-native-bottom-sheet-modal",
    "svg"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kietpt2003/react-native-core-ui.git"
  },
  "homepage": "https://github.com/kietpt2003/react-native-core-ui#readme",
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/",
    "access": "public"
  },
  "license": "MIT",
  "peerDependencies": {
    "@react-native-camera-roll/camera-roll": ">=7.10.0",
    "react": "18.2.0",
    "react-native": "0.71.0",
    "react-native-device-info": ">=8.1.3",
    "react-native-gesture-handler": ">=2.9.0",
    "react-native-iphone-x-helper": "^1.3.1",
    "react-native-permissions": ">=3.6.0",
    "react-native-reanimated": ">=2.8.0",
    "react-native-safe-area-context": ">=3.2.0",
    "react-native-svg": ">=13.9.0",
    "react-native-vector-icons": ">=8.1.0"
  },
  "devDependencies": {
    "@react-native-camera-roll/camera-roll": "7.10.0",
    "@types/react": "18.2.38",
    "@types/react-native": "0.71",
    "@types/react-native-vector-icons": "^6.4.18",
    "esbuild": "^0.25.3",
    "esbuild-plugin-alias": "^0.2.1",
    "fast-glob": "^3.3.3",
    "react-native-device-info": "8.1.3",
    "react-native-gesture-handler": "2.9.0",
    "react-native-iphone-x-helper": "1.3.1",
    "react-native-permissions": "3.6.0",
    "react-native-reanimated": "2.8.0",
    "react-native-safe-area-context": "3.2.0",
    "react-native-svg": "13.9.0",
    "react-native-vector-icons": "8.1.0",
    "typescript": "^5.8.3"
  },
  "resolutions": {
    "@types/react": "18.2.38"
  },
  "packageManager": "yarn@4.6.0"
}
