-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.66 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
{
"name": "codeinthedark_server",
"version": "1.0.0",
"description": "CITD Server",
"main": "src/index.js",
"dependencies": {
"@hapi/joi": "^15.1.0",
"async-middleware": "^1.2.1",
"aws-sdk": "^2.504.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.2",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"http-auth": "^3.2.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.6.8",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-auth0": "^1.2.0",
"pm2": "^3.5.1",
"pug": "^2.0.4",
"puppeteer": "^1.19.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sharp": "^0.23.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"nodemon": "^1.19.1",
"socket.io-client": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"docker_dev": "docker build -f ./dev.Dockerfile . -t codeinthedark_server && docker run --network host -v ${PWD}:/usr/src/app codeinthedark_server",
"dev": "./node_modules/.bin/pm2 startOrRestart ecosystem.config.js;./node_modules/.bin/pm2 logs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interlogicaDevelopers/codeinthedark_server.git"
},
"author": "Interlogica",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/interlogicaDevelopers/codeinthedark_server/issues"
},
"homepage": "https://github.com/interlogicaDevelopers/codeinthedark_server#readme"
}