{
  "name": "omnipay-savings-sdk",
  "version": "0.1.1",
  "description": "Omnipay Savings SDK",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "react-native",
    "expo",
    "savings",
    "fintech",
    "sdk",
    "payment"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": ""
  },
  "homepage": "",
  "bugs": {
    "url": ""
  },
  "scripts": {
    "build": "NODE_ENV=production tsc && npm run copy-assets",
    "copy-assets": "cp -r src/assets lib/ && cp src/env.json lib/",
    "build:watch": "tsc --watch",
    "prepare": "npm run build",
    "lint": "eslint .",
    "test": "jest",
    "example:start": "cd example && npx expo start",
    "example:android": "cd example && npx expo run:android",
    "example:ios": "cd example && npx expo run:ios",
    "example:web": "cd example && npx expo start --web",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "env:dev": "node src/scripts/set-environment.ts development",
    "env:prod": "node src/scripts/set-environment.ts production"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-gesture-handler": "^2.25.0",
    "react-native-safe-area-context": "^5.4.0",
    "@react-native-community/datetimepicker": "^8.4.1",
    "react-native-modal-datetime-picker": "^18.0.0"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.80.7",
    "dayjs": "^1.11.13"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native/babel-preset": "0.79.2",
    "@react-native/eslint-config": "0.79.2",
    "@react-native/metro-config": "0.79.2",
    "@react-native/typescript-config": "0.79.2",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.0.0",
    "@types/react-native": "^0.73.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react": "19.0.0",
    "react-native": "0.79.2",
    "react-native-gesture-handler": "^2.25.0",
    "react-native-safe-area-context": "^5.4.0",
    "@react-native-community/datetimepicker": "^8.4.1",
    "react-native-modal-datetime-picker": "^18.0.0",
    "typescript": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}
