UNPKG

@column-resizer/core

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Runjuu/column-resizer/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing) [![code style: prettier](https://i

48 lines 1.08 kB
{ "name": "@column-resizer/core", "version": "1.4.0", "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" } }