@justjarethb/table-core
Version:
Fork of @tanstack/table-core with support for event listeners in different windows
47 lines • 1.07 kB
JSON
{
"name": "@justjarethb/table-core",
"author": "Jareth Bower",
"version": "8.9.3",
"description": "Fork of @tanstack/table-core with support for event listeners in different windows",
"license": "MIT",
"homepage": "https://github.com/tanstack/table#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tanstack/table.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"vue",
"solid",
"table",
"table-core",
"datagrid"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"module": "build/lib/index.esm.js",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">=12"
},
"files": [
"build/lib/*",
"build/umd/*",
"src"
]
}