Files
discordeno/package.json
dependabot[bot] 5a7f32f6c2 build(deps-dev): bump turbo from 2.0.6 to 2.0.9 (#3779)
Bumps [turbo](https://github.com/vercel/turbo) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](https://github.com/vercel/turbo/compare/v2.0.6...v2.0.9)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 00:30:06 -05:00

48 lines
1.5 KiB
JSON

{
"name": "discordeno-monorepo",
"version": "19.0.0-alpha.1",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:watch": "echo \"Starting build in watch mode...\" && chokidar \"packages/**/*.ts\" --ignore \"packages/**/dist/**/*.d.ts\" -c \"turbo run build build:type\"",
"build:doc": "typedoc --options ./typedoc.json && node scripts/finalizeTypedocs.js",
"build:type": "turbo run build:type",
"release-build": "turbo run build build:type",
"test:bun-unit": "turbo run test:bun-unit",
"test:deno-unit": "turbo run test:deno-unit",
"test:e2e": "turbo run test:e2e",
"test:integration": "turbo run test:integration",
"test:test-type": "turbo run test:test-type",
"test:type": "turbo run build:type",
"test:unit": "turbo run test:unit",
"test:unit-coverage": "turbo run test:unit-coverage",
"fmt": "turbo run fmt",
"format": "biome format --write",
"lint": "turbo run lint",
"prepare": "husky",
"setup-dd": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"chokidar-cli": "^3.0.0",
"discordeno": "19.0.0-alpha.1",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"turbo": "^2.0.9",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18.0.0"
},
"lint-staged": {
"*": "yarn biome check --no-errors-on-unmatched --write"
},
"packageManager": "yarn@4.0.2"
}