UNPKG

crypto-com-api-node

Version:

cypto.com API for node https://exchange-docs.crypto.com/

47 lines (46 loc) 1.09 kB
{ "name": "crypto-com-api-node", "version": "0.0.2", "description": "cypto.com API for node https://exchange-docs.crypto.com/", "main": "build/index.js", "scripts": { "build": "npm run lint && babel ./src -d ./lib", "lint": "eslint ./src", "test": "nyc mocha --require babel-core/register" }, "repository": { "type": "git", "url": "git+https://github.com/yatping/crypto-com-api-node.git" }, "keywords": [ "npm", "node", "crypto.com", "javascript" ], "author": "Patrick Ng", "license": "MIT", "bugs": { "url": "https://github.com/yatping/crypto-com-api-node/issues" }, "homepage": "https://github.com/yatping/crypto-com-api-node#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "chai": "^4.2.0", "eslint": "^7.7.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.0", "mocha": "^8.1.2", "nyc": "^15.1.0" }, "dependencies": { "request": "^2.88.2" }, "nyc": { "reporter": [ "lcov", "text" ] } }