20 lines
443 B
JSON
20 lines
443 B
JSON
|
{
|
||
|
"name": "entrainement-docker",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A simple server for training",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.caracals.org/Caracals/entrainement-docker.git"
|
||
|
},
|
||
|
"author": "Sanae",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1"
|
||
|
}
|
||
|
}
|