UNPKG

bitflyer-promise

Version:
48 lines (47 loc) 1.21 kB
{ "name": "bitflyer-promise", "version": "0.1.3", "description": "Bitflyer API helper with Promise", "main": "index.js", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register src/**/*.spec.ts", "test_js": "mocha dist/src/**/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/kiyonori-matsumoto/bitflyer-promise.git" }, "keywords": [ "bitcoin", "bitflyer", "promise" ], "author": "Kiyonori Matsumoto", "license": "MIT", "bugs": { "url": "https://github.com/kiyonori-matsumoto/bitflyer-promise/issues" }, "homepage": "https://github.com/kiyonori-matsumoto/bitflyer-promise#readme", "dependencies": { "async-lock": "^1.1.0", "axios": "^0.17.1", "crypto": "^1.0.1", "moment": "^2.19.4", "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", "@types/request-promise-native": "^1.0.10", "@types/sinon": "^4.1.2", "chai": "^4.1.2", "mocha": "^4.0.1", "nock": "^9.1.4", "sinon": "^4.1.3", "ts-node": "^4.0.2", "typescript": "^2.6.2" } }