-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 887 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
{
"name": "timeliner-worker-service",
"version": "1.0.0",
"description": "\"This is a worker service for the TimeLiner application. It collect, ,filter, store, and manages the data into the database and provide the service at core level.\"",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happy-mammal/timeliner-worker-service.git"
},
"author": "\"Yash Lalit\"",
"license": "MIT",
"bugs": {
"url": "https://github.com/happy-mammal/timeliner-worker-service/issues"
},
"homepage": "https://github.com/happy-mammal/timeliner-worker-service#readme",
"dependencies": {
"dotenv": "^8.2.0",
"firebase-admin": "^9.6.0",
"firestore-size": "^2.0.6",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1"
}
}