LicenseServer/CLI/package.json

12 lines
233 B
JSON
Raw Normal View History

2023-12-02 01:48:37 -08:00
{
"name": "licenseserver-cli",
"description": "A CLI tool to interact with your license server.",
"version": "1.0.0",
"author": "Braydon",
"dependencies": {
"chalk": "^5.3.0",
"figlet": "^1.6.0",
"inquirer": "^9.2.7"
}
}