top2000/package.json

9 lines
125 B
JSON

{
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^5.2.1"
}
}