UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

72 lines (71 loc) 1.6 kB
{ "name": "cobinhood-rx", "version": "0.1.4", "description": "CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "node -r dotenv/config node_modules/jest/bin/jest --runInBand", "lint": "tslint --project tsconfig.json src/**/*.ts", "precommit": "npm run lint", "prepush": "npm-run-all --parallel lint" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "/__tests__/.*\\.(ts|js)$" }, "main": "build/index.js", "types": "build/index.d.ts", "author": "Rojay Simpson <harrysmith1991@gmail.com>", "license": "MIT", "homepage": "https://github.com/harry-sm/CobinhoodRx#readme", "repository": { "type": "git", "url": "https://github.com/harry-sm/CobinhoodRx.git" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "cobinhood", "cryptocurrency", "exchange", "nodejs", "typescript", "api", "client", "rxjs", "observables", "bitcoin", "altcoin" ], "bugs": { "url": "https://github.com/harry-sm/CobinhoodRx/issues" }, "dependencies": { "bignumber.js": "^7.0.1", "json2typescript": "^1.0.5", "node-fetch": "^2.0.0", "rxjs": "^5.5.6" }, "devDependencies": { "@types/jest": "22.2.3", "@types/node": "9.6.7", "@types/node-fetch": "1.6.9", "dotenv": "5.0.1", "husky": "0.14.3", "jest": "22.4.3", "jest-cli": "22.4.3", "npm-run-all": "4.1.2", "ts-jest": "22.4.4", "ts-node": "6.0.2", "tslint": "5.9.1", "typescript": "2.8.3" } }