forked from masoodtalha/nodejs-workers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 995 Bytes
/
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
{
"name": "nodejs-workers",
"version": "1.0.0",
"description": "Inside the repo you can find a backup folder. The folder has users dump. The `lastActivity` field contains the timestamp \r of the users last activity. Use this time to check for how long the user has been inactive.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:docker:prod": "wait-port $MONGO_HOST:$MONGO_PORT && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmednawazkhan/nodejs-workers.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahmednawazkhan/nodejs-workers/issues"
},
"homepage": "https://github.com/ahmednawazkhan/nodejs-workers#readme",
"dependencies": {
"agenda": "^3.1.0",
"agendash": "^1.0.0",
"config": "^3.3.1",
"express": "^4.17.1",
"js-yaml": "^3.14.0",
"mongodb": "^3.6.0",
"wait-port": "^0.2.9"
}
}