{
  "name": "nova-native-ui",
  "version": "0.2.0",
  "description": "A modern, customizable, and accessible React Native UI component library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "lint": "eslint src --ext .ts,.tsx",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react-native",
    "ui",
    "components",
    "design-system",
    "theme",
    "typescript",
    "accessible",
    "nova-ui"
  ],
  "author": "Ihsan Baki Dogan <info@ihsanbakidogan.com> (https://github.com/ibidi)",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.72.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.72.0",
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibidi/nova-ui.git"
  },
  "bugs": {
    "url": "https://github.com/ibidi/nova-ui/issues"
  },
  "homepage": "https://github.com/ibidi/nova-ui#readme"
}
