testt / package.json
RammPntxxx's picture
Create package.json
415ff52 verified
raw
history blame contribute delete
350 Bytes
{
"name": "my-web-app",
"version": "1.0.0",
"description": "A simple web application using Express and Morgan",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "echo 'Nothing to build'"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"morgan": "^1.10.0"
}
}