{ "name": "ahab", "version": "1.0.0", "description": "Hunting the white whale of a mutable immutable infrastructure", "main": "index.js", "scripts": { "test": "jest" }, "author": "R Tyler Cory", "license": "AGPL-3.0", "dependencies": { "express": "^4.17.1", "node-cache": "^4.2.1", "request": "^2.88.0", "request-promise": "^4.2.4", "winston": "^3.2.1" }, "devDependencies": { "nodemon": "^1.19.4" } }