Files
discordeno/package.json
dependabot[bot] 8fa2f3e6ef build(deps-dev): bump husky from 9.0.11 to 9.1.1 (#3775)
* build(deps-dev): bump husky from 9.0.11 to 9.1.1

Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run husky to remove deprecated code

---------

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>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2024-07-21 11:49:41 -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.6",
"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"
}