UNPKG

878 BJSONView Raw
1{
2 "name": "btc-markets",
3 "version": "1.1.1",
4 "description": "BTC Markets API Client for Node.JS",
5 "main": "./index.js",
6 "types": "./index.d.ts",
7 "scripts": {
8 "build": "tsc"
9 },
10 "dependencies": {
11 "cheerio": "^0.22.0",
12 "request": "^2.88.0",
13 "verror": "^1.10.0"
14 },
15 "devDependencies": {
16 "@types/cheerio": "^0.22.12",
17 "@types/node": "^12.6.2",
18 "@types/request": "^2.48.1",
19 "@types/verror": "^1.10.3",
20 "typescript": "^3.5.3"
21 },
22 "keywords": [
23 "BTC Markets",
24 "API",
25 "exchange",
26 "Bitcoin",
27 "Ethereum",
28 "Australia",
29 "trading",
30 "Crypto"
31 ],
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/naddison36/btc-markets"
35 },
36 "author": "Nick Addison",
37 "license": "MIT"
38}