{
  "name": "@playbasis-ai/qwikcard-sdk",
  "version": "2.3.24",
  "description": "Playbasis SDK for QwikCard College Rewards - React Native gamification integration",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./QwikCardApp": {
      "types": "./dist/QwikCardApp.d.ts",
      "import": "./dist/QwikCardApp.js",
      "require": "./dist/QwikCardApp.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "CHANGELOG.md",
    "SDK_HANDOVER_GUIDE.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.73.0",
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "react-native-webview": "^13.15.0",
    "typescript": "^5.3.0",
    "jest": "^29.7.0",
    "react-native-linear-gradient": "^2.8.0",
    "react-native-svg": "^14.1.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0",
    "react-native-linear-gradient": ">=2.0.0",
    "react-native-svg": ">=12.0.0",
    "react-native-webview": ">=11.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "playbasis",
    "gamification",
    "qwikcard",
    "react-native",
    "loyalty",
    "rewards",
    "quests",
    "badges",
    "leaderboards",
    "points"
  ],
  "author": "Playbasis <support@playbasis.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Playbasis/playbasis-platform.git",
    "directory": "client-sdks/qwikcard-sdk-v1.3.0-pkg"
  },
  "bugs": {
    "url": "https://github.com/Playbasis/playbasis-platform/issues"
  },
  "homepage": "https://github.com/Playbasis/playbasis-platform/tree/main/client-sdks/qwikcard-sdk-v1.3.0-pkg#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
