{
    "name": "typedoc-plugin-merge-modules",
    "version": "6.0.3",
    "description": "Plugin for TypeDoc that merges the content of modules.",
    "author": {
        "name": "Krisztián Balla",
        "url": "https://github.com/krisztianb"
    },
    "license": "ISC",
    "keywords": [
        "typedoc-plugin",
        "typedocplugin"
    ],
    "devDependencies": {
        "@types/node": "20.14.9",
        "@typescript-eslint/eslint-plugin": "7.14.1",
        "@typescript-eslint/parser": "7.14.1",
        "cypress": "13.14.2",
        "eslint": "8.56.0",
        "eslint-plugin-jsdoc": "48.5.0",
        "eslint-plugin-ordered-imports": "0.6.0",
        "eslint-plugin-unicorn": "54.0.0",
        "prettier": "3.3.3",
        "rimraf": "6.0.1",
        "typedoc": "0.26.7",
        "typescript": "5.5.4"
    },
    "peerDependencies": {
        "typedoc": "0.26.x"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/krisztianb/typedoc-plugin-merge-modules.git"
    },
    "main": "dist/index.js",
    "files": [
        "/dist",
        "CHANGELOG.md"
    ],
    "scripts": {
        "lint": "eslint ./src ./test",
        "format": "prettier --check ./src ./test",
        "build": "rimraf dist && tsc",
        "test": "cd test && node prepare_test.js && node test.js"
    }
}
