Skip to content

Commit aaf558e

Browse files
Merge pull request #768 from ARVINDH-CT06/patch-13
Update package.json
2 parents 4caa849 + 108ef71 commit aaf558e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

darkmode_todolist/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "todolist-v1",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A simple to-do list application built with Node.js, Express, and EJS.",
55
"main": "app.js",
66
"scripts": {
7+
"start": "node app.js",
8+
"dev": "nodemon app.js",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
9-
"author": "",
11+
"author": "Arvindh",
1012
"license": "ISC",
1113
"dependencies": {
12-
"body-parser": "^1.18.3",
13-
"ejs": "^2.6.1",
14-
"express": "^4.17.1"
14+
"body-parser": "^1.20.2",
15+
"ejs": "^3.1.8",
16+
"express": "^4.18.2"
17+
},
18+
"devDependencies": {
19+
"nodemon": "^3.0.0"
1520
}
1621
}

0 commit comments

Comments
 (0)