UNPKG

@univerjs-pro/engine-pivot

Version:

Pivot table calculation engine for Univer Pro.

64 lines 1.5 kB
{ "name": "@univerjs-pro/engine-pivot", "version": "0.25.1", "private": false, "description": "Pivot table calculation engine for Univer Pro.", "author": "DreamNum Co., Ltd. <developer@univer.ai>", "funding": { "type": "opencollective", "url": "https://opencollective.com/univer" }, "homepage": "https://univer.ai", "repository": { "type": "git", "url": "https://github.com/dream-num/univer" }, "bugs": { "url": "https://github.com/dream-num/univer/issues" }, "keywords": [ "univer", "univer-pro", "pivot", "pivot-table", "engine" ], "exports": { ".": { "import": "./lib/es/index.js", "require": "./lib/cjs/index.js", "types": "./lib/types/index.d.ts" }, "./*": { "import": "./lib/es/*", "require": "./lib/cjs/*", "types": "./lib/types/index.d.ts" }, "./lib/*": "./lib/*" }, "main": "./lib/es/index.js", "types": "./lib/types/index.d.ts", "publishConfig": { "access": "public" }, "directories": { "lib": "lib" }, "files": [ "lib" ], "devDependencies": { "typescript": "^6.0.3", "vitest": "^4.1.6" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "build:bundle": "univer-cli build", "build:types": "tsc -p tsconfig.node.json", "build": "pnpm run build:bundle && pnpm run build:types" }, "module": "./lib/es/index.js" }