{
  "name": "tap-payment-popupjs",
  "version": "2.0.0",
  "description": "library for loading TAP's payment checkout gateway.",
  "type": "module",
  "main": "dist/umd/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/es/index.js",
      "require": "./dist/umd/index.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "vite",
    "build": "vite build",
    "prepare": "npm run build",
    "preview": "vite preview",
    "format": "prettier --write src",
    "push": "npm version patch && git push",
    "push-minor": "npm version minor && git push",
    "push-major": "npm version major && git push",
    "set-version": "node set-version.js"
  },
  "devDependencies": {
    "vite": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TouchAndPay-Technologies/TAP-Inlinejs.git"
  },
  "keywords": [
    "payments",
    "cowry",
    "inlinejs",
    "tap",
    "sdk",
    "online",
    "nigeria",
    "nfc",
    "card"
  ],
  "author": "Ibrahim Alayo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TouchAndPay-Technologies/TAP-Inlinejs/issues"
  },
  "homepage": "https://github.com/TouchAndPay-Technologies/TAP-Inlinejs#readme"
}
