-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 894 Bytes
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
39
40
41
42
43
44
45
46
{
"name": "buda-promise",
"version": "0.3.5",
"description": "buda.com REST API wrapper using promises",
"keywords": [
"buda",
"btc",
"clp",
"cop",
"pen",
"eth",
"bch",
"ltc",
"usdc",
"usdt",
"sol",
"bitcoin",
"ethereum",
"promise",
"rest",
"api",
"wrapper"
],
"author": "Andres Junge <ajunge@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.0",
"underscore": "1.13.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajunge/buda-promise.git"
},
"main": "buda.js",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/ajunge/buda-promise/issues",
"email": "ajunge@gmail.com"
},
"homepage": "https://github.com/ajunge/buda-promise#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}