{
  "name": "skargrid",
  "version": "1.3.0",
  "description": "Modern JavaScript library for interactive data tables with cascading filters, accent-insensitive search, sorting and multi-row selection",
  "main": "dist/skargrid.min.js",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run lint && npm test && powershell -ExecutionPolicy Bypass -File build.ps1",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint src/ tests/ --fix"
  },
  "keywords": [
    "table",
    "datatable",
    "grid",
    "skargrid",
    "javascript",
    "ui",
    "pagination",
    "sorting",
    "selection",
    "filters",
    "column-filters",
    "cascading-filters",
    "search",
    "horizontal-scroll",
    "column-configuration",
    "drag-and-drop",
    "themes",
    "dark-mode",
    "localstorage",
    "persistence"
  ],
  "author": "GILMAR A S TRINDADE",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ScarpelliniGilmar/skargrid.git"
  },
  "bugs": {
    "url": "https://github.com/ScarpelliniGilmar/skargrid/issues"
  },
  "homepage": "https://skargrid.com",
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@jest/globals": "^30.2.0",
    "clean-css-cli": "^5.6.3",
    "eslint": "^9.39.1",
    "globals": "^16.5.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jsdom": "^27.2.0",
    "terser": "^5.44.1"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "setupFilesAfterEnv": [
      "<rootDir>/tests/setup.js"
    ],
    "testMatch": [
      "**/tests/**/*.test.js"
    ],
    "collectCoverageFrom": [
      "src/**/*.js",
      "!src/**/*.test.js"
    ],
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "text",
      "lcov",
      "html"
    ]
  }
}
