{
  "name": "blockchain-payments-node",
  "version": "1.4.0",
  "description": "Blockahain.info Payments wrapper for Node.js",
  "main": "dist/BlockchainPayments.js",
  "types": "dist/BlockchainPayments.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "postpublish": "git push && git push --tags",
    "prepare": "npm run build && npm test"
  },
  "engines": {
    "node": ">=6.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JorgenVatle/blockchain-payments-node.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "blockchain.info",
    "bitcoin",
    "payments"
  ],
  "author": "Jørgen <Jorgen@WcAServices.net> (https://github.com/JorgenVatle)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/JorgenVatle/blockchain-payments-node/issues"
  },
  "homepage": "https://github.com/JorgenVatle/blockchain-payments-node#readme",
  "devDependencies": {
    "@types/config": "0.0.35",
    "@types/jest": "^24.0.22",
    "@types/qs": "^6.5.3",
    "config": "^3.2.4",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "axios": "^0.21.0",
    "qs": "^6.9.0"
  }
}
