-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 KB
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
{
"name": "connector-assemblin",
"version": "1.0.0",
"description": "",
"main": "build/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run compile && node build/server.js",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlatformOfTrust/connector-assemblin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PlatformOfTrust/connector-assemblin/issues"
},
"homepage": "https://github.com/PlatformOfTrust/connector-assemblin#assemblin-connector",
"dependencies": {
"@types/cors": "^2.8.7",
"@types/express": "^4.17.8",
"@types/node-cache": "^4.2.5",
"@types/passport": "^1.0.4",
"@types/request-promise": "^4.1.46",
"@types/swagger-jsdoc": "^3.0.2",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"greenlock-express": "^4.0.3",
"helmet": "^4.1.1",
"lodash": "^4.17.20",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-strategy": "^1.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"swagger-jsdoc": "^4.0.0",
"typescript": "^4.0.2",
"util": "^0.12.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/lodash": "^4.14.161",
"@types/node": "^14.10.3",
"@types/node-fetch": "^2.5.7",
"@types/request": "^2.48.5"
}
}