UNPKG

trnk

Version:

URL shortener CLI tool - coming soon

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