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