19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"name": "website-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"server": "npx nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|