UNPKG

@univerjs-pro/engine-pivot

Version:

[![npm version](https://img.shields.io/npm/v/@univerjs-pro/engine-pivot)](https://npmjs.org/packages/@univerjs-pro/engine-pivot) [![license](https://img.shields.io/npm/l/@univerjs-pro/engine-pivot)](https://img.shields.io/npm/l/@univerjs-pro/engine-pivot)

62 lines 1.33 kB
{ "name": "@univerjs-pro/engine-pivot", "version": "0.10.2", "private": false, "description": "", "author": "DreamNum <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", "pivot", "table", "pivot table" ], "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": "^5.8.3", "vite": "^7.0.6", "vitest": "^3.2.4" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "lint:types": "tsc --noEmit", "build": "univer-cli build" }, "module": "./lib/es/index.js" }