UNPKG

openfin-cli

Version:

Supports command line development in the OpenFin environment.

26 lines 555 B
{ "name": "openfin-cli", "version": "4.0.0", "description": "Supports command line development in the OpenFin environment.", "type": "module", "homepage": "http://www.openfin.co", "author": "OpenFin Inc.", "engines": { "node": ">=16" }, "license": "SEE LICENSE IN LICENSE.MD", "keywords": [ "openfin", "cli" ], "dependencies": { "axios": "^1.1.3", "node-machine-id": "^1.1.12", "openfin-adapter": "^27.71.21", "yargs": "^17.6.2", "zod": "^3.19.1" }, "bin": { "openfin": "./dist/cli.js" } }