{
  "name": "multiple-select-vanilla",
  "description": "This lib allows you to select multiple elements with checkboxes",
  "version": "5.2.0",
  "keywords": [
    "checkboxes",
    "multiple-select",
    "single-select",
    "select"
  ],
  "author": {
    "name": "zhixin wen",
    "email": "wenzhixin2010@gmail.com",
    "url": "http://wenzhixin.net.cn/"
  },
  "contributors": [
    {
      "name": "Ghislain B."
    }
  ],
  "homepage": "https://github.com/ghiscoding/multiple-select-vanilla",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./dist/locales/*": "./dist/locales/*",
    "./dist/styles/*": "./dist/styles/*",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghiscoding/multiple-select-vanilla.git",
    "directory": "packages/multiple-select-vanilla"
  },
  "bugs": {
    "url": "https://github.com/ghiscoding/multiple-select-vanilla/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "ko_fi",
    "url": "https://ko-fi.com/ghiscoding"
  },
  "dependencies": {
    "@types/trusted-types": "^2.0.7"
  },
  "gitHead": "490e3a2969d3db92a894e2fd098309cc4d2e7cf1"
}
