{
  "name": "@mostajs/payment",
  "version": "2.3.0",
  "description": "Payment module for @mostajs — Multi-provider (Stripe, Satim/CIB, Chargily, PayPal), multi-method, multi-currency",
  "author": "Dr Hamid MADANI <drmdh@msn.com>",
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js",
      "default": "./dist/server.js"
    },
    "./register": {
      "types": "./dist/register.d.ts",
      "import": "./dist/register.js",
      "default": "./dist/register.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "llms.txt"
  ],
  "dependencies": {
    "@mostajs/config": "^1.0.0",
    "@mostajs/crypto-box": "^0.3.0",
    "stripe": "^17.0.0",
    "@mostajs/paiement-contrat": "^0.1.1"
  },
  "peerDependencies": {
    "@mostajs/data-plug": "^1.2.4",
    "@mostajs/paiement-tpe": ">=0.2.0"
  },
  "peerDependenciesMeta": {
    "@mostajs/paiement-tpe": {
      "optional": true
    }
  },
  "devDependencies": {
    "@mostajs/data-plug": "^1.2.4",
    "@mostajs/mjs-unit": "^0.4.1",
    "@mostajs/orm": "^1.8.0",
    "@types/node": "^22.0.0",
    "@types/react": "^19.0.0",
    "better-sqlite3": "^12.8.0",
    "next": "^15.0.0",
    "react": "^19.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.7.0",
    "@mostajs/paiement-tpe": "^0.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apolocine/mosta-payment"
  },
  "keywords": [
    "mostajs",
    "payment",
    "stripe",
    "checkout",
    "multi-currency",
    "orm"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/apolocine"
  },
  "mostajs": {
    "niveau": "N2",
    "nature": "compose",
    "reutilisabilite": "multi-domaine",
    "depend_de": [
      "@mostajs/config",
      "@mostajs/data-plug"
    ]
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "tsx test-scripts/test-unit.ts && npm run build && node --test test-scripts/vocabulaire.test.mjs test-scripts/encaissement.test.mjs test-scripts/webhook-handler.test.mjs test-scripts/register.test.mjs test-scripts/evenements-webhook.test.mjs test-scripts/paypal-webhook.test.mjs"
  }
}