-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
37 lines (37 loc) · 932 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
{
"name": "moneyd",
"version": "4.6.2",
"description": "ILP provider using XRP payment channels",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"lint": "eslint ."
},
"author": "Ben Sharafian",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/interledgerjs/moneyd"
},
"dependencies": {
"chalk": "^2.3.0",
"ilp-connector": "^23.0.0",
"ilp-plugin-mini-accounts": "^3.5.1",
"ilp-store-memory": "^1.0.0",
"inquirer": "^6.5.0",
"moment": "^2.22.1",
"node-fetch": "^2.1.2",
"yargs": "^12.0.1"
},
"bin": {
"moneyd": "./bin/moneyd.js"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.0.1"
}
}