{
  "name": "lomboktablesheet",
  "version": "1.0.1",
  "description": "Fast, lightweight, portable Table + Spreadsheet library. Core engine, framework-agnostic.",
  "license": "Apache-2.0",
  "author": "codinglombok",
  "homepage": "https://github.com/codinglombok/LombokTableSheet",
  "repository": {
    "type": "git",
    "url": "https://github.com/codinglombok/LombokTableSheet.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    },
    "./vue": {
      "types": "./dist/vue.d.ts",
      "import": "./dist/vue.js"
    },
    "./plugins": {
      "types": "./dist/plugins/index.d.ts",
      "import": "./dist/plugins/index.js"
    },
    "./i18n": {
      "types": "./dist/i18n/manager.d.ts",
      "import": "./dist/i18n/manager.js"
    },
    "./stats": {
      "types": "./dist/stats/anova.d.ts",
      "import": "./dist/stats/anova.js"
    },
    "./engine": {
      "types": "./dist/engine/host-engine.d.ts",
      "import": "./dist/engine/host-engine.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "table",
    "spreadsheet",
    "csv",
    "xlsx",
    "grid",
    "i18n",
    "data-grid",
    "plugins",
    "anova",
    "statistics"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "node --test --import tsx tests/*.test.ts tests/*.test.tsx",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit"
  },
  "overrides": {
    "brace-expansion": "^5.0.9"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.3",
    "@types/node": "^20.14.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "eslint": "^9.7.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "jsdom": "^29.1.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tsx": "^4.16.0",
    "typescript-eslint": "^8.65.0",
    "typescript": "^5.5.0",
    "vue": "^3.5.40"
  },
  "peerDependencies": {
    "lombokcharts": "*",
    "lombokcss": "*",
    "react": ">=17",
    "react-dom": ">=17",
    "vue": ">=3"
  },
  "peerDependenciesMeta": {
    "lombokcharts": {
      "optional": true
    },
    "lombokcss": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20"
  }
}
