Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 276 Bytes

section2.4.md

File metadata and controls

18 lines (17 loc) · 276 Bytes

Section 2.4: Running scripts

{
  "name": "hello_world",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "nodemon app.js"
  },
  "author": "Morol",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1"
  }
}