flexmonster-cli
Version:
CLI for Flexmonster Pivot Table & Charts installation
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "flexmonster-cli",
"version": "2.9.75",
"description": "CLI for Flexmonster Pivot Table & Charts installation",
"license": "https://www.flexmonster.com/software-license-agreement/",
"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://www.flexmonster.com/technical-support/"
},
"homepage": "https://flexmonster.com/",
"dependencies": {
"@vscode/sudo-prompt": "^9.3.2",
"axios": "^1.9.0",
"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"
},
"devDependencies": {
"crlf": "^1.1.1"
}
}