File size: 238 Bytes
2573ce9 28ccf2c 2573ce9 28ccf2c 2573ce9 28ccf2c 2573ce9 28ccf2c 2573ce9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"name": "nodejs-app",
"version": "1.0.0",
"description": "A node.js app that meets the user's requirements",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"
}
} |