{
    "name": "@knotx/viselect",
    "version": "3.9.0",
    "description": "[Forked] Simple, lightweight and modern library library for making visual DOM Selections.",
    "author": "Simon Reinisch <contact@reinisch.io>",
    "bugs": "https://github.com/knotxjs/viselect/issues",
    "homepage": "https://github.com/knotxjs/viselect#readme",
    "repository": "git+https://github.com/knotxjs/viselect.git",
    "license": "MIT",
    "main": "./dist/viselect.umd.js",
    "module": "./dist/viselect.mjs",
    "types": "./dist/src/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/src/index.d.ts",
            "import": "./dist/viselect.mjs",
            "require": "./dist/viselect.umd.js"
        }
    },
    "scripts": {
        "build": "tsc && vite build",
        "dev": "vite"
    },
    "files": [
        "dist"
    ],
    "keywords": [
        "viselect",
        "typescript",
        "selecting",
        "selection",
        "user-selection",
        "user-interface",
        "ui-library",
        "ui"
    ],
    "publishConfig": {
        "access": "public"
    }
}
