Files
discordeno/package.json
Seren_Modz 21 8b9930ffe0 ci(release): publish with yarn instead of npm (#4646)
* chore: update yarn to 4.12.0

* ci(release): publish with yarn instead of npm

* chore: update browsers list db

Signed-off-by: Seren_Modz 21 <seren@kings-world.net>

* chore(deps): add a resolution for react types

docusaurus is using react types v18, while discordeno uses v19

Signed-off-by: Seren_Modz 21 <seren@kings-world.net>

* fix: prefix the jsx element type with the react namespace

Signed-off-by: Seren_Modz 21 <seren@kings-world.net>

* chore(deps): update @rspack/core to v1.6.8

Signed-off-by: Seren_Modz 21 <seren@kings-world.net>

---------

Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
Co-authored-by: Fleny <Fleny113@outlook.com>
2025-12-19 18:12:37 +01:00

44 lines
1.2 KiB
JSON

{
"name": "discordeno-monorepo",
"version": "22.0.0-beta.1",
"private": true,
"type": "module",
"packageManager": "yarn@4.12.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.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"turbo": "^2.6.3",
"typedoc": "^0.28.15",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20.19.0"
},
"lint-staged": {
"*": "biome check --no-errors-on-unmatched --write"
}
}