-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 960 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
{
"name": "moneyd-uplink-xrp",
"version": "1.3.6",
"description": "ILP provider using XRP payment channels",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/moneyd-uplink-xrp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^2.4.1",
"good-table": "^1.0.3",
"ilp-plugin-xrp-asym-client": "^1.5.3",
"ilp-plugin-xrp-paychan-shared": "^4.1.1",
"inquirer": "^6.2.0",
"moment": "^2.22.2",
"node-fetch": "^2.2.0",
"ripple-address-codec": "^2.0.1",
"ripple-keypairs": "^0.10.1"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0"
}
}