commited\

This commit is contained in:
2026-08-06 09:34:37 +05:30
commit 452bd8ad04
5 changed files with 1028 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "todo",
"version": "1.0.0",
"description": "Simple TODO app backend",
"license": "ISC",
"author": "akshay",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"express": "latest"
}
}