@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
47 lines • 1.09 kB
JSON
{
"name": "@sheetxl/models",
"description": "Models - A Headless javascript spreadsheet library.",
"version": "0.1.89",
"types": "types/index.d.ts",
"module": "esm/index.min.js",
"main": "cjs/index.min.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sheetxl/sheetxl",
"directory": "packages/models"
},
"homepage": "https://www.sheetxl.com/",
"license": "SEE LICENSE IN <LICENSE>",
"author": "Michael T Ford",
"keywords": [
"sheetxl",
"utilities",
"models",
"headless",
"office",
"automation",
"charting",
"excel"
],
"sideEffects": false,
"dependencies": {
"@foliojs-fork/fontkit": "^1.9.1",
"css-font-parser": "^2.0.0",
"flatbush": "^4.0.0",
"linebreak": "^1.1.0",
"rbush": "^3.0.1",
"date-fns": "^2.30.0"
},
"peerDependencies": {
"@sheetxl/common": "^0.1.89"
},
"devDependencies": {
"@types/rbush": "^3.0.0",
"javascript-obfuscator": "^4.0.2",
"@sheetxl/common": "^0.1.89",
"date-fns": "^2.30.0"
}
}