{
  "name": "@digilogiclabs/saas-factory-payments",
  "version": "9.0.0",
  "private": false,
  "description": "Modern cross-platform payments package for Next.js 15+ and React Native applications with multi-provider support (Stripe, PayPal, Apple Pay) and subscription analytics",
  "keywords": [
    "payments",
    "stripe",
    "paypal",
    "apple-pay",
    "multi-provider",
    "subscription-analytics",
    "nextjs-15",
    "react-19",
    "react-native",
    "expo",
    "saas",
    "cross-platform",
    "typescript",
    "modern-stack"
  ],
  "author": "Digi Logic Labs",
  "license": "MIT",
  "homepage": "https://github.com/DigiLogicLabs/dll-platform/tree/main/packages/saas-factory-payments#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DigiLogicLabs/dll-platform.git",
    "directory": "packages/saas-factory-payments"
  },
  "bugs": {
    "url": "https://github.com/DigiLogicLabs/dll-platform/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=20.9.0",
    "npm": ">=9.7.2"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "react-native": "./dist/native.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./dist/native.js",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./web": {
      "types": "./dist/web.d.ts",
      "import": "./dist/web.mjs",
      "require": "./dist/web.js"
    },
    "./native": {
      "types": "./dist/native.d.ts",
      "react-native": "./dist/native.js",
      "import": "./dist/native.mjs",
      "require": "./dist/native.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.mjs",
      "require": "./dist/server.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "type-check": "tsc --noEmit --skipLibCheck",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "npm run build && changeset publish"
  },
  "dependencies": {
    "immer": "^10.1.1",
    "stripe": "^16.12.0",
    "zustand": "^4.5.0"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-native": ">=0.72.0 <1.0.0",
    "@stripe/stripe-js": "^4.0.0",
    "@stripe/react-stripe-js": "^2.0.0",
    "@stripe/stripe-react-native": ">=0.38.0 <1.0.0",
    "@digilogiclabs/platform-core": ">=1.25.0"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    },
    "@stripe/stripe-js": {
      "optional": true
    },
    "@stripe/react-stripe-js": {
      "optional": true
    },
    "@stripe/stripe-react-native": {
      "optional": true
    },
    "@digilogiclabs/platform-core": {
      "optional": true
    }
  },
  "devDependencies": {
    "@digilogiclabs/platform-core": "workspace:*",
    "@changesets/cli": "^2.27.0",
    "@stripe/react-stripe-js": "^2.8.0",
    "@stripe/stripe-js": "^4.10.0",
    "@stripe/stripe-react-native": "^0.38.6",
    "@testing-library/jest-dom": "^6.7.0",
    "@testing-library/react": "^16.0.0",
    "@types/express": "^5.0.3",
    "@types/node": "^20.0.0",
    "@types/react": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitejs/plugin-react": "^4.4.1",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "next": "^15.0.0",
    "prettier": "^3.0.0",
    "react": "^19.0.0",
    "rimraf": "^5.0.0",
    "stripe": "^16.12.0",
    "tsup": "^8.0.0",
    "react-native": "^0.76.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.39.1",
    "vitest": "^2.1.9"
  },
  "overrides": {
    "rollup": "^4.0.0",
    "@rollup/rollup-linux-x64-gnu": "^4.0.0",
    "@types/react": "^19.0.0",
    "@stripe/stripe-js": "^4.10.0",
    "@stripe/react-stripe-js": {
      "@stripe/stripe-js": "^4.10.0",
      "react": "^19.0.0",
      "react-dom": "^19.0.0"
    },
    "@stripe/stripe-react-native": {
      "@stripe/stripe-js": "^4.10.0",
      "@types/react": "^19.0.0"
    }
  }
}
