{ "name": "go.jarv.is", "version": "1.0.0", "author": "Jake Jarvis ", "description": "@jakejarvis's link shortener", "homepage": "https://go.jarv.is/", "private": true, "license": "MIT", "main": "cli.js", "repository": { "type": "git", "url": "git+https://github.com/jakejarvis/go.jarv.is.git" }, "bin": { "shorten": "cli.js" }, "scripts": { "shorten": "netlify-shortener", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": {}, "devDependencies": { "netlify-shortener": "^2.2.1" }, "baseUrl": "https://jrvs.io" }