-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
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
45
{
"name": "@webwallet/api",
"version": "1.4.4",
"description": "WebWallet API reference implementation in Node.js",
"main": "index.js",
"dependencies": {
"@webwallet/cryptools": "^1.3.1",
"@webwallet/graphstore": "^0.3.3",
"@webwallet/hashtable": "0.3.3",
"@webwallet/schemas": "^1.5.1",
"bignumber.js": "^4.0.2",
"bs58check": "2.1.2",
"dotenv": "^5.0.1",
"joi": "^10.4.1",
"json-stable-stringify": "^1.0.1",
"microapi": "^0.2",
"module-alias": "^2.2.1",
"require-directory": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "jest"
},
"engines": {
"node": "10.x",
"npm": "6.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webwallet/api.git"
},
"keywords": [
"iou",
"wallet",
"transaction",
"cryptocurrencies"
],
"author": "webwallet.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/webwallet/api/issues"
},
"homepage": "https://github.com/webwallet/api#readme"
}