-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "3box-address-server",
"version": "1.5.0",
"description": "Keeps track of the root store addresses to the user managed data platform",
"main": "index.js",
"scripts": {
"test": "jest --verbose --runInBand",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3box/3box-address-server.git"
},
"keywords": [
"3box",
"self-managed-data",
"distributed-storage",
"ipfs",
"uport"
],
"author": "Cristóbal Castillo <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/3box/3box-address-server/issues"
},
"homepage": "https://github.com/3box/3box-addresses-server#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"aws-sdk-mock": "^4.1.0",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"jest": "^24.8.0",
"mockdate": "^2.0.2",
"serverless-kms-secrets": "^1.0.3",
"serverless-offline": "^5.10.1",
"serverless-webpack": "^5.2.0",
"webpack": "^4.41.3",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"3id-resolver": "^1.0.0",
"aws-sdk": "^2.574.0",
"bunyan": "^1.8.12",
"cids": "0.7.1",
"did-jwt": "^4.2.0",
"did-resolver": "^1.1.0",
"eth-sig-util": "^2.0.2",
"ethers": "^4.0.37",
"ipfs-s3-dag-get": "^0.2.0",
"is-ipfs": "^0.6.1",
"js-sha256": "^0.9.0",
"muport-did-resolver": "^1.0.1",
"pg": "^7.4.3"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"testURL": "http://localhost"
}
}