{
  "name": "@moneybutton/express-paymail",
  "version": "0.39.0",
  "description": "Paymail Express implementation",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha",
    "test:ci": "mocha",
    "lint": "standard"
  },
  "repository": "https://github.com/moneybutton/express-paymail",
  "author": "Fermatted Drives Limited",
  "license": "Open-BSV",
  "dependencies": {
    "@moneybutton/paymail-client": "^0.39.0",
    "body-parser": "1.18.3",
    "bsv": "2.0.7",
    "cors": "2.8.5",
    "express": "4.17.1",
    "express-async-handler": "1.1.3",
    "http-status-codes": "1.3.0",
    "isomorphic-fetch": "2.2.1",
    "moment": "2.24.0",
    "url-join": "4.0.0"
  },
  "devDependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/register": "^7.18.9",
    "bdd-lazy-var": "2.5.1",
    "component-emitter": "1.2.1",
    "mocha": "6.2.3",
    "sinon": "5.0.10",
    "standard": "12.0.1",
    "supertest": "3.1.0"
  },
  "standard": {
    "globals": [
      "afterEach",
      "beforeEach",
      "describe",
      "it",
      "def",
      "subject"
    ]
  }
}
