UNPKG

@tadko/bitflyer-client

Version:
46 lines (45 loc) 1.17 kB
{ "name": "@tadko/bitflyer-client", "version": "0.0.6", "description": "A Client for BitFlyer API", "main": "dist/index.js", "dependencies": { "lodash": "^4.17.4", "request": "^2.83.0", "request-promise-native": "^1.0.5" }, "devDependencies": { "@types/chai": "^4.1.1", "@types/lodash": "^4.14.93", "@types/mocha": "^2.2.46", "@types/nock": "^9.1.2", "@types/node": "^9.3.0", "@types/request": "^2.0.13", "@types/request-promise-native": "^1.0.11", "awesome-typescript-loader": "^3.4.1", "chai": "^4.1.2", "mocha": "^5.0.0", "nock": "^9.1.6", "ts-node": "^4.1.0", "typescript": "^2.6.2", "webpack": "^3.10.0" }, "scripts": { "build": "webpack", "test": "mocha -r ts-node/register src/**/*.spec.ts", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/tadko/bitflyer-client.git" }, "keywords": [ "bitflyer" ], "author": "Tadaaki Onishi", "license": "MIT", "bugs": { "url": "https://github.com/tadko/bitflyer-client/issues" }, "homepage": "https://github.com/tadko/bitflyer-client#readme" }