{
    "name": "@topmarksdevelopment/autocomplete",
    "version": "1.1.1",
    "description": "Autocomplete user input - similar to JQuery UI Autocomplete",
    "author": "TopMarksDevelopment",
    "license": "MIT",
    "main": "lib/index.js",
    "exports": {
        ".": {
            "import": "./lib/index.m.js",
            "require": "./lib/index.cjs",
            "types": "./lib/index.d.ts",
            "default": "./lib/index.js"
        }
    },
    "keywords": [
        "autocomplete",
        "vanilla-js",
        "vanilla",
        "auto-complete"
    ],
    "homepage": "https://github.com/TopMarksDevelopment/Javascript.Autocomplete#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TopMarksDevelopment/javascript.Autocomplete.git"
    },
    "bugs": {
        "url": "https://github.com/TopMarksDevelopment/Javascript.Autocomplete/issues"
    },
    "files": [
        "lib/**",
        "package-lock.json"
    ],
    "scripts": {
        "test": "jest --runInBand",
        "build": "rollup --bundleConfigAsCjs -c rollup.config.js",
        "format": "prettier --write \"src/**/*.ts\"",
        "lint": "eslint ./src",
        "prepare": "npm run build",
        "prepublishOnly": "npm run lint"
    },
    "dependencies": {
        "@topmarksdevelopment/position": "^1.0.3"
    },
    "devDependencies": {
        "@rollup/plugin-commonjs": "^28.0.1",
        "@rollup/plugin-node-resolve": "^15.3.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^12.1.1",
        "@stylistic/eslint-plugin": "^2.9.0",
        "@types/jest": "^29.5.13",
        "@typescript-eslint/eslint-plugin": "^8.10.0",
        "@typescript-eslint/parser": "^8.10.0",
        "eslint": "^9.12.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "prettier": "^3.3.3",
        "rollup": "^4.24.0",
        "ts-jest": "^29.2.5",
        "tslib": "^2.8.0",
        "typescript": "^5.6.3"
    },
    "optionalDependencies": {
        "@topmarksdevelopment/javascript-logger": "^1.1.0"
    }
}
