-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
{
"name": "mypass",
"version": "1.0.0",
"description": "mypass document locker",
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"dev": "nodemon ./app.js",
"lint": "eslint .",
"integtests": "mocha ./tests/integration.test.js"
},
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.748.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"celebrate": "^11.0.1",
"cors": "^2.8.5",
"did-jwt-vc": "^0.1.6",
"did-resolver": "^1.1.0",
"dotenv": "^8.2.0",
"eth-crypto": "^1.8.0",
"ethr-did": "^1.1.0",
"ethr-did-registry": "0.0.3",
"ethr-did-resolver": "^2.4.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-jwt": "^5.3.3",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"gmail-send": "^1.8.10",
"helmet": "^4.1.0",
"https": "^1.0.0",
"ip": "^1.1.5",
"jest": "^25.5.4",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"methods": "^1.1.2",
"mongoose": "^5.10.4",
"mongoose-unique-validator": "^2.0.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"permanent-api-js": "^1.0.4",
"rskapi": "0.0.15",
"stream-buffers": "^3.0.2",
"uuid": "^8.3.0",
"web3": "^1.2.11"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-each": "0.0.1",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"eslint": "^7.8.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^7.2.0",
"nodemon": "^2.0.4",
"supertest": "^4.0.2"
}
}