mirror of
https://github.com/jakejarvis/jrvs.io.git
synced 2025-04-26 01:55:24 -04:00
26 lines
585 B
JSON
26 lines
585 B
JSON
{
|
|
"name": "jrvs.io",
|
|
"version": "1.0.0",
|
|
"author": "Jake Jarvis <jake@jarv.is>",
|
|
"description": "@jakejarvis's link shortener",
|
|
"homepage": "https://jrvs.io",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "cli.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakejarvis/jrvs.io.git"
|
|
},
|
|
"bin": {
|
|
"shorten": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"shorten": "netlify-shortener",
|
|
"build": "mkdir dist && cp _headers _redirects robots.txt favicon.ico dist"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"netlify-shortener": "*"
|
|
}
|
|
}
|