@sheetxl/formulas
Version:
Formulas - TypeScript formulas compatible with Excel built-ins.
45 lines • 1.09 kB
JSON
{
"name": "@sheetxl/formulas",
"description": "Formulas - TypeScript formulas compatible with Excel built-ins.",
"version": "0.7.27",
"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": false,
"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",
"formulas"
],
"dependencies": {
"@sheetxl/primitives": "^0.7.27",
"bahttext": "^2.3.0",
"bessel": "^1.0.2",
"jstat": "^1.9.6"
}
}