{
  "name": "bc-elavon-sdk",
  "version": "0.0.0-canary.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npx tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "axios": "^1.4.0"
  },
  "devDependencies": {
    "@types/node": "^20.2.4",
    "babel-cli": "^6.26.0",
    "babel-minify": "^0.2.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-minify": "^0.5.0",
    "typescript": "4.8.3"
  },
  "keywords": [
    "bettercommerce",
    "payments",
    "elavon-sdk"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com/better-commerce/bc-elavon-sdk.git"
  },
  "author": "BetterCommerce",
  "license": "MIT",
  "files": [
    "dist"
  ]
}
