{
  "name": "@slickgrid-universal/common",
  "version": "10.4.0",
  "description": "SlickGrid-Universal Common Code",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./dist/styles/*": "./dist/styles/*",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "author": "Ghislain B.",
  "homepage": "https://github.com/ghiscoding/slickgrid-universal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
    "directory": "packages/common"
  },
  "bugs": {
    "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "browserslist": [
    "baseline widely available"
  ],
  "dependencies": {
    "@excel-builder-vanilla/types": "^5.0.0",
    "@formkit/tempo": "^1.0.0",
    "@slickgrid-universal/binding": "10.1.0",
    "@slickgrid-universal/event-pub-sub": "10.3.0",
    "@slickgrid-universal/utils": "10.3.0",
    "@types/sortablejs": "^1.15.9",
    "@types/trusted-types": "^2.0.7",
    "autocompleter": "^9.3.2",
    "dequal": "^2.0.3",
    "multiple-select-vanilla": "^5.1.0",
    "sortablejs": "^1.15.7",
    "un-flatten-tree": "^2.0.12",
    "vanilla-calendar-pro": "^3.1.0"
  },
  "engines": {
    "node": "^20.0.0 || >=22.0.0"
  },
  "funding": {
    "type": "ko_fi",
    "url": "https://ko-fi.com/ghiscoding"
  },
  "gitHead": "aefe8eba5862fabd526a23f4a6a0509a9b729c9d"
}
