{
  "name": "@adriantombu/paybox-system",
  "version": "2.0.7",
  "description": "A simple implementation of the Paybox System payment solution",
  "keywords": [
    "paybox",
    "form",
    "payment",
    "gateway",
    "e-commerce"
  ],
  "main": "lib/paybox.js",
  "types": "lib/paybox.d.ts",
  "repository": "https://github.com/adriantombu/packages/tree/main/packages/paybox-system",
  "author": "Adrian Tombu <adrian@otso.fr>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn clean && tsc --declaration",
    "test": "jest",
    "clean": "rimraf ./coverage ./lib",
    "watch": "tsc -p . --watch",
    "watch:test": "jest --watchAll"
  },
  "dependencies": {
    "axios": "^1.4.0"
  },
  "gitHead": "1c9020c29935c00b8b8bfe67d4b56039b5390325"
}
