{ "name": "tps", "version": "1.0.0", "description": "third party data munger", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "", "license": "MIT", "dependencies": { "dotenv": "^6.2.0", "express": "^4.16.4", "pg": "^7.8.0", "body-parser": "^1.17.1", "cookie-parser": "^1.4.3", "csvtojson": "^2.0.0", "express-handlebars": "^3.0.0", "multer": "^1.3.0" } }