{ "name": "blog-starter", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "./node_modules/nodemon/bin/nodemon.js app.js", "build": "./node_modules/concurrently/bin/concurrently.js -k --success first \"node app.js\" \"yarn run await\"", "fetch": "wget -P build -nv -nH -r -E localhost:3000", "await": "./node_modules/wait-on/bin/wait-on http://localhost:3000 && yarn run fetch" }, "author": "", "license": "ISC", "dependencies": { "concurrently": "^5.1.0", "express": "^4.17.1", "express-handlebars": "^3.1.0", "livereload": "^0.9.1", "markdown-it": "^10.0.0", "nodemon": "^2.0.2", "wait-on": "^4.0.0" } }