{ "name": "portfolio-blancer", "version": "1.0.0", "main": "index.js", "author": "Lewis Diamond", "license": "MIT", "dependencies": { "strom": "ssh://git@git.lewis.id:ldiamond/strom.git", "uuid": "^8.2.0" }, "devDependencies": { "ava": "^3.9.0", "prettier": "^2.0.5" }, "scripts": { "test": "ava", "test:debug": "node inspect node_modules/ava/profile.js" }, "main": "src/index.js" }