Files
todo/package.json
T
2026-08-06 09:34:37 +05:30

17 lines
332 B
JSON

{
"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"
}
}