{ "private": true, "type": "module", "engines": { "bun": ">=1.3.5" }, "workspaces": [ "packages/*" ], "scripts": { "check": "check && bun run --workspaces check", "test": "bun run --workspaces test run", "test:coverage": "bun run --workspaces test:coverage", "prepare": "simple-git-hooks", "docs:gen": "typedoc --options docs/typedoc.json", "docs:dev": "bun run --silent docs:gen && bun run --bun vitepress dev docs", "docs:build": "bun run --silent docs:gen && bun run --bun vitepress build docs", "docs:preview": "bun run --silent docs:gen && bun run --bun vitepress preview docs" }, "catalog": { "@aklinker1/buildc": "^1.1.7", "@aklinker1/check": "^2.4.0", "@types/bun": "^1.3.5", "@types/node": "^22", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@webext-core/fake-browser": "^1.3.4", "nano-spawn": "^2.0.0", "oxlint": "^1.63.0", "publint": "^0.3.18", "tsdown": "^0.21.0", "typescript": "^6.0.3", "unocss": "^66.6.8", "vite": "^7.3.1", "vitest": "^4.1.5", "vitest-plugin-random-seed": "^1.1.2" }, "devDependencies": { "@aklinker1/buildc": "catalog:", "@aklinker1/check": "catalog:", "@commitlint/config-conventional": "^21.2.0", "@commitlint/types": "^21.2.0", "@types/bun": "catalog:", "@types/semver": "^7.7.1", "@vitest/coverage-v8": "^4.1.6", "changelogen": "^0.6.2", "consola": "^3.4.2", "cspell": "^9.7.0", "feed": "^5.2.1", "markdown-it-footnote": "^4.0.0", "markdownlint-cli": "^0.49.0", "nano-spawn": "catalog:", "nano-staged": "^1.0.2", "p-map": "^7.0.4", "prettier": "^3.8.1", "prettier-plugin-jsdoc": "^1.8.0", "semver": "^7.8.0", "simple-git-hooks": "^2.13.1", "tinyglobby": "^0.2.16", "tsdown": "catalog:", "tsx": "4.21.0", "typedoc": "^0.25.4", "typedoc-plugin-frontmatter": "^1.3.1", "typedoc-plugin-markdown": "4.0.0-next.23", "typedoc-vitepress-theme": "1.0.0-next.3", "typescript": "catalog:", "vitepress": "^1.6.4", "vitepress-knowledge": "^0.4.1", "vitepress-plugin-group-icons": "^1.7.3", "vitepress-plugin-llms": "^1.12.2", "vitest-mock-extended": "^4.0.0", "vue": "^3.5.34", "wxt": "workspace:*" }, "patchedDependencies": { "markdown-it-footnote@4.0.0": "patches/markdown-it-footnote.patch", "simple-git-hooks@2.13.1": "patches/simple-git-hooks@2.13.1.patch" }, "simple-git-hooks": { "pre-commit": "./node_modules/.bin/nano-staged" }, "nano-staged": { "*": "prettier --ignore-unknown --write" } }