{
  "name": "@payburner/payburner-payid-client",
  "version": "1.1.7",
  "description": "Client library for PayID",
  "keywords": [
    "PayID",
    "XRP",
    "Payburner"
  ],
  "type" : "module",
  "author": "Payburner",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "browser": "dist/index.bundle.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/payburner/payburner-payid-client#readme",
  "bugs": {
    "url": "https://github.com/payburner/payburner-payid-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/payburner/payburner-payid-client.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "jest --config jestconfig.json",
    "build": "rollup -c && tsc",
    "start": "tsc -w & rollup -c rollup.config.js -w",
    "lint": "tslint -p tsconfig.json"
  },
  "dependencies": {
    "@payid-org/utils": "^1.2.0",
    "axios": "^0.19.2",
    "log4js": "^6.3.0",
    "node-jose": "^1.1.4"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@types/axios": "^0.14.0",
    "@types/jest": "^26.0.3",
    "jest": "^26.1.0",
    "jest-config": "^26.1.0",
    "lodash.camelcase": "^4.3.0",
    "rollup": "^1.6.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-npm": "^2.0.0",
    "rollup-plugin-terser": "^7.0.1",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.1.1",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.5"
  },
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=6",
    "yarn": "please use npm"
  }
}
