mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
7971209fed
Adds a Node script for generating JWT license keys. See the included README.md for details on usage and implementation.
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "fleet-license",
|
|
"description": "Generate license keys for Fleet.",
|
|
"version": "0.0.1",
|
|
"license": "See ../../LICENSE",
|
|
"main": "license.js",
|
|
"type": "module",
|
|
"scripts": {},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"jsonwebtoken": "^8.5.1",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"private": true
|
|
}
|