{
  "name": "stellar-batch-payment",
  "version": "0.3.1",
  "description": "stellar batch payment library",
  "main": "lib/index.js",
  "repository": "git@github.com:dolcalmi/stellar-batch-payment.git",
  "author": "Juan P Lopez <dolcalmi@gmail.com>",
  "license": "MIT",
  "private": false,
  "engines": {
    "node": ">=8.16.0"
  },
  "keywords": [
    "stellar",
    "batch",
    "payment",
    "payments"
  ],
  "devDependencies": {
    "axios": "^0.19.0",
    "babel-register": "^6.26.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.5",
    "eslint": "^6.1.0",
    "eslint-plugin-chai-friendly": "^0.4.1",
    "eslint-plugin-import": "^2.18.2",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "sinon": "^7.4.0"
  },
  "scripts": {
    "clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
    "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "mocha": "nyc mocha",
    "report": "nyc -r text -r lcov report",
    "test": "npm run lint && npm run mocha"
  },
  "dependencies": {
    "csvtojson": "^2.0.10",
    "debug": "^4.1.1",
    "highland": "^2.13.5",
    "lodash.merge": "^4.6.2",
    "lodash.uniqby": "^4.7.0",
    "stellar-sdk": "^2.2.1",
    "wait-queue": "^1.1.1"
  }
}
