-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 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
28
29
30
31
32
33
{
"name": "remazing-devops-challenge",
"version": "1.0.0",
"description": "Improve me",
"main": "process.js",
"scripts": {
"schedule": "node schedule.js",
"schedule:dev": "nodemon schedule.js",
"process": "node process.js",
"process:dev": "nodemon process.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lp-Francois/Remazing-Devops-Challenge.git"
},
"keywords": [
"challenge"
],
"author": "Francois",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lp-Francois/Remazing-Devops-Challenge/issues"
},
"homepage": "https://github.com/Lp-Francois/Remazing-Devops-Challenge#readme",
"dependencies": {
"@faker-js/faker": "^7.3.0",
"bull": "^4.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"prom-client": "^14.0.1"
}
}