UNPKG

shlink

Version:

shorten long url to short one

32 lines (31 loc) 633 B
{ "name": "shlink", "version": "1.0.2", "description": "shorten long url to short one", "main": "index.js", "homepage": "https://github.com/wujr5/shlink", "bugs": { "url": "https://github.com/wujr5/shlink/issues", "email": "973430584@qq.com" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "Apache-2.0", "dependencies": { "commander": "^7.1.0", "superagent": "^6.1.0" }, "bundledDependencies": [ "commander", "superagent" ], "keywords": [ "shorten url", "短网址" ], "bin": { "shlink": "./index.js" } }