{
  "name": "@hoddy-ui/next",
  "version": "2.0.47",
  "description": "Core rich react native components written in typescript, with support for expo-router",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "dist/index.d.ts",
  "repository": {
    "directory": "packages/core/next",
    "type": "git",
    "url": "https://github.com/kinghoddy/hoddy-ui"
  },
  "author": "Hoddy inc",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsup",
    "deploy": "yarn build && yarn publish"
  },
  "peerDependencies": {
    "@expo/vector-icons": ">=13.0.0",
    "@types/react": "^18.2.6",
    "@types/react-native": "^0.72.0",
    "expo-haptics": ">=12.4.0",
    "expo-location": ">=15.1.1",
    "expo-navigation-bar": ">=2.1.1",
    "expo-router": ">=1.0.0",
    "expo-system-ui": ">=2.2.1",
    "react": "^18.2.0",
    "react-native": ">=0.71.8",
    "react-native-safe-area-context": ">=4.5.3",
    "typescript": "^5.0.4"
  },
  "keywords": [
    "react-native",
    "react-native-component",
    "hui",
    "hoddy-ui",
    "kinghoddy"
  ],
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.18.1",
    "react-native-size-matters": "^0.4.0"
  },
  "devDependencies": {
    "tsup": "^7.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
