{
  "name": "zaif-promise",
  "version": "0.1.7",
  "description": "Zaif API helper with Promise",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register src/**/*.spec.ts",
    "test_js": "mocha dist/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kiyonori-matsumoto/zaif-promise.git"
  },
  "keywords": [
    "bitcoin",
    "zaif",
    "promise",
    "crypto currency"
  ],
  "author": "Kiyonori Matsumoto",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kiyonori-matsumoto/zaif-promise/issues"
  },
  "homepage": "https://github.com/kiyonori-matsumoto/zaif-promise#readme",
  "dependencies": {
    "@types/async-lock": "0.0.20",
    "@types/node": "^8.0.57",
    "@types/qs": "^6.5.1",
    "@types/request-promise-native": "^1.0.10",
    "async-lock": "^1.1.0",
    "crypto": "0.0.3",
    "moment": "^2.19.3",
    "qs": "^6.5.1",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5"
  },
  "devDependencies": {
    "@types/chai": "^4.0.10",
    "@types/mocha": "^2.2.44",
    "@types/nock": "^9.1.0",
    "chai": "^4.1.2",
    "mocha": "^4.1.0",
    "nock": "^9.1.5",
    "ts-node": "^3.3.0",
    "typescript": "^2.6.2"
  }
}
