{
  "name": "@mandarvl/vanilla-pay-international",
  "version": "1.0.2",
  "description": "A Node.JS package for Vanilla Pay International API",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "prepublishOnly": "npm run build",
    "deploy": "npm publish --access public"
  },
  "author": "Manda Ravalison",
  "keywords": [
    "vanilla pay",
    "vanilla pay international",
    "online payment",
    "visa",
    "mastercard",
    "paypal",
    "mobile money",
    "mvola",
    "orange money",
    "airtel money"
  ],
  "files": ["dist"],
  "license": "MIT",
  "dependencies": {
    "axios": "^1.4.0",
    "crypto-js": "^4.1.1"
  },
  "devDependencies": {
    "dotenv": "^16.4.5",
    "@types/dotenv": "^8.2.0",
    "@types/crypto-js": "^4.1.2",
    "@types/node": "^20.1.4",
    "typescript": "^5.0.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  }
}
