forked from interledger-deprecated/ilp-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 927 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
{
"name": "ilp-kit",
"version": "4.0.0",
"description": "ILP kit",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/interledgerjs/ilp-kit"
},
"author": "Interledger Team <[email protected]>",
"homepage": "https://github.com/interledgerjs/ilp-kit",
"keywords": [
"five-bells",
"ilp",
"ledger",
"wallet",
"ui",
"payments",
"finance"
],
"scripts": {
"start": "./start-all.sh",
"postinstall": "sh ./install-all.sh",
"configure": "./node_modules/ilp-kit-cli/bin/configure.js"
},
"dependencies": {
"five-bells-shared": "^25.1.1",
"ilp-kit-cli": "^11.4.1"
},
"devDependencies": {
"five-bells-integration-test-loader": "^1.3.0"
},
"config": {
"five-bells-integration-test-loader": {
"module": "five-bells-integration-test",
"repo": "interledgerjs/five-bells-integration-test"
}
}
}