{ "name": "TSViewer", "version": "0.0.0", "description": "", "private": true, "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "author": "Marc Kemper", "license": "", "dependencies": { "express": "^4.16.4", "express-handlebars": "^3.0.0" } }