Docker containers running sample nodejs app among others tools for learning purposes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
398 B

{
"name": "app",
"version": "1.0.0",
"description": "it's my first nodejs app ever yay",
"main": "app.js",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
},
"keywords": [
"test",
"app",
"yay"
],
"author": "F2256342",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"mongoose": "^5.3.2",
"prom-client": "^11.2.0"
}
}