sheetxl
Version:
SheetXL - Command line tool
36 lines • 732 B
JSON
{
"name": "sheetxl",
"description": "SheetXL - Command line tool",
"version": "0.6.0",
"license": "SEE LICENSE IN <LICENSE>",
"bin": {
"sheetxl": "./cli.js"
},
"type": "module",
"engines": {
"node": ">=20 <21 || >=22"
},
"engineStrict": true,
"keywords": [
"sheetxl",
"spreadsheet",
"javascript",
"typescript",
"excel",
"xlsx",
"cli",
"command-line",
"tool"
],
"dependencies": {
"@sheetxl/formulas": "^0.6.0",
"@sheetxl/io": "^0.6.0",
"@sheetxl/primitives": "^0.6.0",
"@sheetxl/scripting": "^0.6.0",
"@sheetxl/sdk": "^0.6.0",
"@sheetxl/utils": "^0.6.0",
"commander": "^12.1.0",
"configstore": "^7.0.0",
"open": "^10.2.0"
}
}