mirror of
https://github.com/jakejarvis/jrvs.io.git
synced 2025-04-26 15:48:30 -04:00
27 lines
613 B
JSON
27 lines
613 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": "^1.0.4"
|
|
},
|
|
"baseUrl": "https://go.jarv.is"
|
|
}
|