{ "name": "shrt", "version": "0.0.1", "description": "A URL shortener", "main": "shrt.js", "scripts": { "start": "node shrt.js" }, "keywords": [ "url", "shortener" ], "author": "hellerve", "license": "GPL", "dependencies": { "hapi": "^14.1.0", "inert": "^4.0.1", "joi": "^9.0.4" } }