{
  "name": "@rajeev02/app-shell",
  "version": "0.2.1",
  "description": "Feature-Slice app architecture — API client, navigation, onboarding, chat, video, forms, cart, state, analytics",
  "main": "lib/index.js",
  "author": "Rajeev Kumar Joshi <rajeevjoshi91@gmail.com> (https://rajeev02.github.io)",
  "license": "MIT",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf lib",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react-native",
    "feature-flags",
    "ab-testing",
    "bootstrap",
    "analytics"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Rajeev02/rajeev-sdk",
    "directory": "packages/app-shell"
  },
  "homepage": "https://github.com/Rajeev02/rajeev-sdk#readme",
  "bugs": {
    "url": "https://github.com/Rajeev02/rajeev-sdk/issues"
  },
  "files": [
    "lib/",
    "src/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=18.3.0",
    "react-native": ">=0.84.0"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "typescript": "^5.4.0"
  }
}
