UNPKG

sheetxl

Version:

SheetXL - Command line tool

45 lines 959 B
{ "name": "sheetxl", "description": "SheetXL - Command line tool", "version": "0.7.26", "license": "SEE LICENSE IN <LICENSE>", "bin": { "sheetxl": "./cli.js" }, "type": "module", "engines": { "node": ">=20 <21 || >=22" }, "engineStrict": true, "homepage": "https://sheetxl.com", "repository": { "type": "git", "url": "https://github.com/sheetxl/sheetxl.git" }, "bugs": { "url": "https://github.com/sheetxl/sheetxl/issues" }, "keywords": [ "sheetxl", "spreadsheet", "javascript", "typescript", "data grid", "excel", "xlsx", "cli", "command-line", "tool" ], "dependencies": { "@sheetxl/formulas": "^0.7.26", "@sheetxl/io": "^0.7.26", "@sheetxl/primitives": "^0.7.26", "@sheetxl/scripting": "^0.7.26", "@sheetxl/sdk": "^0.7.26", "@sheetxl/utils": "^0.7.26", "commander": "^14.0.1", "configstore": "^7.1.0", "open": "^10.2.0" } }