simple-data-table
Version:
🔨 Lightweight and simple data table with no dependencies
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "simple-data-table",
"description": "🔨 Lightweight and simple data table with no dependencies",
"version": "1.3.7",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "https://piecioshka.pl/"
},
"scripts": {
"clear": "rm -rf coverage/ .nyc_output/ coverage.lcov",
"clear:all": "rm -rf node_modules/ && npm run clear",
"test": "ava test/specs/",
"coverage": "nyc npm run test && nyc report --reporter=html",
"lint": "eslint ."
},
"devDependencies": {
"ava": "^5.3.1",
"eslint": "^8.51.0",
"eslint-config-piecioshka": "^2.2.4",
"jsdom": "^22.1.0",
"nyc": "^15.1.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/piecioshka/simple-data-table.git"
},
"files": [
"src",
"package.json",
"README.md"
],
"keywords": [
"simple",
"customizable",
"configurable",
"powerful",
"data",
"table",
"display",
"gui",
"browser",
"lightweight",
"no dependencies"
],
"main": "./src/index.js"
}