{
  "name": "@hachther/mesomb",
  "version": "3.0.1",
  "description": "JavaScript client for browser and Node.js applications to perform mobile payment operations with MeSomb",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc -p tsconfig.build.json && node ./tools/cjs-wrapper.mjs",
    "test": "node --test",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "React",
    "ReactNative",
    "Angular",
    "MeSomb",
    "Orange Money",
    "Mobile Money",
    "Airtel Money",
    "VueJS"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hachther/mesomb-js.git"
  },
  "author": "Hachther LLC <contact@hachther.com>",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.19.4",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.2.0",
    "@types/node": "^20.7.1",
    "babel-jest": "^29.2.1",
    "jest": "^29.2.1",
    "node-fetch": "^3.2.10",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "crypto-js": "^4.2.0",
    "isomorphic-fetch": "^3.0.0"
  }
}
