@sheetxl/scripting
Version:
Scripting - Scripting engine for Macros and formulas; includes TypeScript and EsBuild.
51 lines • 1.24 kB
JSON
{
"name": "@sheetxl/scripting",
"description": "Scripting - Scripting engine for Macros and formulas; includes TypeScript and EsBuild.",
"version": "0.7.5",
"license": "SEE LICENSE IN <LICENSE>",
"type": "module",
"exports": {
".": {
"types": "./types/index.d.ts",
"browser": "./browser/esm/index.mjs",
"node": "./node/esm/index.mjs",
"import": "./browser/esm/index.mjs",
"require": "./browser/cjs/index.cjs"
}
},
"types": "./types/index.d.ts",
"module": "./browser/esm/index.mjs",
"main": "./browser/cjs/index.cjs",
"sideEffects": true,
"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",
"scripting"
],
"dependencies": {
"@sheetxl/primitives": "^0.7.5",
"@sheetxl/utils": "^0.7.5",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"esbuild-wasm": "^0.25.7",
"typescript": "^5.9.0"
}
}