UNPKG

flnk

Version:

Fast link - ultra-short URL shortener CLI tool

26 lines (25 loc) 417 B
{ "name": "flnk", "version": "1.0.0", "description": "Fast link - ultra-short URL shortener CLI tool", "main": "index.js", "bin": { "flnk": "./index.js" }, "scripts": { "test": "echo \"No tests yet\"" }, "keywords": [ "url", "shortener", "cli", "link", "fast", "short" ], "author": "Dima Grossman", "license": "MIT", "engines": { "node": ">=14.0.0" } }