UNPKG

flexmonster-cli

Version:

CLI for Flexmonster Pivot Table & Charts installation

51 lines (50 loc) 1.09 kB
{ "name": "flexmonster-cli", "version": "2.9.71", "description": "CLI for Flexmonster Pivot Table & Charts installation", "license": "MIT", "exports": "./bin/flexmonster.js", "type": "module", "bin": { "flexmonster": "bin/flexmonster.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "npx crlf --set=LF bin/*" }, "keywords": [ "cli", "flexmonster", "pivot", "grid", "table", "pivottable", "pivotgrid", "pivotchart" ], "author": { "name": "Flexmonster", "email": "help@flexmonster.com" }, "bugs": { "url": "https://flexmonster.com/forum/" }, "homepage": "https://flexmonster.com/", "dependencies": { "axios": "^1.6.7", "boxen": "^7.1.1", "chalk": "^5.3.0", "commander": "^11.1.0", "decompress": "^4.2.1", "esc-exit": "^3.0.1", "inquirer": "^9.2.12", "listr": "^0.14.3", "open": "^9.1.0", "pkg-install": "^1.0.0", "rimraf": "^5.0.5", "sudo-prompt": "^9.2.1" }, "devDependencies": { "crlf": "^1.1.1" } }