{ "name": "dao-rowmapper-generator", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "concurrently \"nodemon ./server/index.js\" \"http-server ./client/ -p 8085 -c-1 -s\"" }, "author": "", "license": "ISC", "dependencies": { "concurrently": "^5.2.0" } }