UNPKG

protvista-datatable

Version:

[![Published on NPM](https://img.shields.io/npm/v/protvista-datatable.svg)](https://www.npmjs.com/package/protvista-datatable)

45 lines (44 loc) 1.1 kB
{ "name": "protvista-datatable", "version": "3.8.22", "files": [ "dist", "src", "resources" ], "scripts": { "build:es": "tsc" }, "main": "dist/protvista-datatable.js", "module": "dist/es/protvista-datatable.js", "types": "dist/es/protvista-datatable.d.ts", "license": "Apache-2.0", "author": "Xavier Watkins <xwatkins@ebi.ac.uk> (https://github.com/xwatkins)", "keywords": [ "webcomponents", "customelements", "data", "datatable", "nightingale" ], "repository": { "type": "git", "url": "https://github.com/ebi-webcomponents/nightingale.git" }, "bugs": { "url": "https://github.com/ebi-webcomponents/nightingale/issues" }, "homepage": "https://ebi-webcomponents.github.io/nightingale/", "dependencies": { "lit-element": "^2.4.0", "lit-html": "^1.3.0", "protvista-utils": "^3.8.22", "type-fest": "^1.2.1", "uuid": "^8.3.1" }, "gitHead": "d0f95cc656c77dacf263d2c3e9f5d69251d20aef", "devDependencies": { "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1" } }