-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
{
"name": "main-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js | pino-colada",
"pretest": "eslint --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/execute-it/main-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/execute-it/main-server/issues"
},
"homepage": "https://github.com/execute-it/main-server#readme",
"dependencies": {
"@convergence/jwt-util": "^0.1.8",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dockerode": "^3.2.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^5.0.0",
"express-ws": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"pino": "^6.5.1",
"pino-colada": "^2.1.0",
"pm2": "^4.4.1",
"redis": "^3.0.2",
"uuid": "^8.3.0",
"validator": "^13.1.1",
"websocket": "^1.0.32",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-strongloop": "^2.1.0",
"nodemon": "^2.0.4"
}
}