Kingston_Pendrive/Suli/13.b/Frontend/Javascript/2024. 11. 18/package.json

18 lines
307 B
JSON
Raw Normal View History

2024-11-19 18:04:02 +00:00
{
"name": "2024.-11.-18",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.1",
"nodemon": "^3.1.7",
"path": "^0.12.7"
}
}