20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"name": "saulbonmonsieur_api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Yohan Boujon",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.18.2",
|
|
"morgan": "^1.10.0",
|
|
"nodemon": "^2.0.4",
|
|
"pg": "^8.11.1"
|
|
}
|
|
}
|