{ "name": "webmail", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo ok", "jshint_backend": "cd src && jshint .", "jshint_frontend": "cd public/js && jshint .", "start": "node src/index.js", "bundle": "cd public/js && rollup -c rollup.config.js" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "express": "^4.16.3", "jsonwebtoken": "^8.4.0" }, "devDependencies": { "jshint": "^2.10.3", "rollup": "^2.6.1" } }