mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* build(deps-dev): bump @biomejs/biome from 2.3.5 to 2.3.6 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.6/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.3.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update biome schema version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny <Fleny113@outlook.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "discordeno-monorepo",
|
|
"version": "22.0.0-beta.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "yarn@4.6.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"build:type": "turbo build:type",
|
|
"build:doc": "typedoc --options ./typedoc.jsonc",
|
|
"build:watch": "turbo watch build build:type",
|
|
"release-build": "turbo build build:type",
|
|
"test:unit": "turbo test:unit",
|
|
"test:unit-coverage": "turbo test:unit-coverage",
|
|
"test:bun-unit": "turbo test:bun-unit",
|
|
"test:deno-unit": "turbo test:deno-unit",
|
|
"test:integration": "turbo test:integration",
|
|
"test:e2e": "turbo test:e2e",
|
|
"test:type": "turbo build:type",
|
|
"test:test-type": "turbo test:test-type",
|
|
"check": "turbo check",
|
|
"check:all": "biome check --write",
|
|
"postinstall": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.7",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.6",
|
|
"turbo": "^2.6.1",
|
|
"typedoc": "^0.28.14",
|
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"lint-staged": {
|
|
"*": "biome check --no-errors-on-unmatched --write"
|
|
}
|
|
}
|