1
mirror of https://github.com/jakejarvis/jrvs.io.git synced 2025-04-26 15:48:30 -04:00
jrvs.io/package.json

27 lines
610 B
JSON

{
"name": "go.jarv.is",
"version": "1.0.0",
"author": "Jake Jarvis <jake@jarv.is>",
"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.1.1"
},
"baseUrl": "https://jrvs.io"
}