{
    "name": "bootpag",
    "version": "5.0.1",
    "description": "bootpag - dynamic pagination jQuery plugin. Works well with bootstrap or standalone.",
    "keywords": [
        "pagination",
        "bootstrap",
        "jquery-plugin",
        "ecosystem:jquery"
    ],
    "author": "Botmonster <btm@botmonster.com> (https://botmonster.com/)",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/botmonster/jquery-bootpag.git"
    },
    "bugs": "https://github.com/botmonster/jquery-bootpag/issues",
    "homepage": "https://botmonster.com/jquery-bootpag/",
    "main": "./dist/jquery.bootpag.min.js",
    "exports": {
        ".": "./dist/jquery.bootpag.min.js"
    },
    "files": [
        "dist/",
        "src/"
    ],
    "scripts": {
        "build": "mkdir -p dist && cp src/jquery.bootpag.js dist/jquery.bootpag.js && terser src/jquery.bootpag.js -o dist/jquery.bootpag.min.js --comments '/^!|@preserve|@license/' --compress --mangle",
        "lint": "eslint src/jquery.bootpag.js",
        "test": "jest --coverage",
        "test:jquery2": "npm i --no-save jquery@2.2.4 && jest --coverage",
        "test:jquery3": "npm i --no-save jquery@3.7.1 && jest --coverage",
        "test:jquery4": "npm i --no-save jquery@4.0.0 && jest --coverage",
        "test:matrix": "npm run test:jquery2 && npm run test:jquery3 && npm run test:jquery4",
        "version": "node scripts/sync-version.js && npm run build && git add package.json package-lock.json src/jquery.bootpag.js README.md",
        "pretest": "npm run lint",
        "prepublishOnly": "npm run build",
        "watch": "node scripts/watch.js"
    },
    "peerDependencies": {
        "jquery": ">=1.6"
    },
    "devDependencies": {
        "@eslint/js": "^9.0.0",
        "eslint": "^9.0.0",
        "globals": "^15.0.0",
        "jest": "^29.0.0",
        "jest-environment-jsdom": "^30.3.0",
        "jquery": "^3.7.0",
        "browser-sync": "^3.0.0",
        "terser": "^5.0.0"
    },
    "engines": {
        "node": ">=18"
    }
}
