-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 898 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
39
40
41
42
43
44
{
"name": "xmr.to",
"version": "1.0.0",
"description": "Xmr.to API javascript client",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "standard",
"unit": "tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/xmr.to.git"
},
"keywords": [
"xmr.to",
"crypto",
"client",
"api",
"exchange",
"asset",
"monero",
"xmr",
"bitcoin"
],
"engines": {
"node": ">=10"
},
"author": "Rocco Musolino (@roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/xmr.to/issues"
},
"homepage": "https://github.com/roccomuso/xmr.to#readme",
"dependencies": {
"cross-fetch": "^3.0.0",
"debug": "^4.1.0"
},
"devDependencies": {
"standard": "^14.3.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}