123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "@univerjs-pro/engine-pivot",
- "version": "0.5.5",
- "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": [],
- "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.7.2",
- "vite": "^6.0.7",
- "vitest": "^2.1.8"
- },
- "scripts": {
- "test": "vitest run",
- "test:watch": "vitest",
- "coverage": "vitest run --coverage",
- "lint:types": "tsc --noEmit",
- "build": "univer-cli build"
- },
- "module": "./lib/es/index.js"
- }
|