22339d261b
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/buildc": "^1.1.7",
|
|
"@aklinker1/check": "^2.4.0",
|
|
"@commitlint/config-conventional": "^20.4.3",
|
|
"@commitlint/types": "^20.4.3",
|
|
"@types/bun": "^1.3.5",
|
|
"@types/semver": "^7.7.1",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"changelogen": "^0.6.2",
|
|
"consola": "^3.4.2",
|
|
"cspell": "^9.7.0",
|
|
"feed": "^5.2.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdownlint-cli": "^0.48.0",
|
|
"nano-spawn": "^2.0.0",
|
|
"nano-staged": "^1.0.2",
|
|
"p-map": "^7.0.4",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-jsdoc": "^1.8.0",
|
|
"semver": "^7.7.4",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"tinyglobby": "^0.2.15",
|
|
"tsdown": "^0.21.0",
|
|
"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": "^6.0.3",
|
|
"vitepress": "^1.6.4",
|
|
"vitepress-knowledge": "^0.4.1",
|
|
"vitepress-plugin-group-icons": "^1.7.3",
|
|
"vitepress-plugin-llms": "^1.12.0",
|
|
"vitest-mock-extended": "^3.1.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"
|
|
}
|
|
}
|