UNPKG

nlts

Version:

CommandLine Tool for Node LTS

29 lines (28 loc) 603 B
{ "name": "nlts", "version": "1.0.3", "description": "CommandLine Tool for Node LTS", "main": "index.js", "bin": "bin/nlts.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.iblack7.com/G000076/L0-R5-T000076.git" }, "keywords": [ "Node", "LTS" ], "author": "mojie", "license": "ISC", "dependencies": { "axios": "^0.19.2", "cli-color": "^2.0.0", "cli-table": "^0.3.1", "commander": "^5.1.0", "compare-versions": "^3.6.0", "terminal-link": "^2.1.1" } }