{
  "name": "react95-native-rabbl",
  "version": "0.1.13",
  "description": "Refreshed Windows 95 style UI components for your React Native app",
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/react95"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/arturbien"
    }
  ],
  "contributors": [
    {
      "name": "Artur Bień",
      "email": "artur.bien+react95@gmail.com",
      "url": "https://www.linkedin.com/in/arturbien/"
    },
    {
      "name": "Luiz Baldi",
      "email": "baldilp@gmail.com",
      "url": "https://www.linkedin.com/in/luizbaldi/"
    }
  ],
  "main": "dist/commonjs/index",
  "module": "dist/module/index",
  "types": "dist/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "cz": "git-cz",
    "test": "jest ./src",
    "test:ci": "jest ./src --maxWorkers=2",
    "test:watch": "jest ./src --watch",
    "test:coverage": "jest ./src --coverage",
    "typescript": "tsc --noEmit",
    "build": "bob build",
    "semantic-release": "semantic-release",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "windows95",
    "components",
    "vaporwave"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react95-io/react95-native"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react95-io/react95-native/issues"
  },
  "homepage": "https://github.com/react95-io/react95-native#readme",
  "devDependencies": {
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@types/react-native": "0.73.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "pod-install": "^1.0.9",
    "prettier": "^3.7.4",
    "react": "19.2.3",
    "react-native": "0.83.1",
    "react-native-builder-bob": "^0.40.17",
    "react-test-renderer": "^19.2.3",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.9"
  }
}
