{
  "name": "@column-resizer/core",
  "version": "1.3.1",
  "license": "MIT",
  "repository": "github:Runjuu/column-resizer",
  "bugs": "https://github.com/Runjuu/column-resizer/issues",
  "homepage": "https://column-resizer.runjuu.com/core",
  "author": "Runjuu",
  "keywords": [
    "resize",
    "resizer",
    "multi-column",
    "resize table",
    "resize columns",
    "resizable",
    "columns",
    "table",
    "range slider",
    "resize table columns"
  ],
  "main": "dist/legacy/index.cjs",
  "module": "dist/legacy/index.js",
  "sideEffects": false,
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/modern/index.d.ts",
        "default": "./dist/modern/index.js"
      },
      "require": {
        "types": "./dist/modern/index.d.cts",
        "default": "./dist/modern/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "types": "dist/legacy/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsup",
    "clean": "rm -rf ./dist"
  }
}