Files
web/package.json
dependabot[bot] 56cfc31e0f chore(deps-dev): bump tsdown from 0.22.5 to 0.22.7 (#1302)
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.22.5 to 0.22.7.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.22.5...v0.22.7)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.7
  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>
2026-07-16 21:31:44 -04:00

59 lines
1.6 KiB
JSON

{
"name": "@meshtastic/web",
"version": "2.7.0-0",
"description": "Meshtastic web client monorepo",
"homepage": "https://meshtastic.org",
"bugs": {
"url": "https://github.com/meshtastic/web/issues"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/web.git"
},
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt --check .",
"format:fix": "oxfmt .",
"check": "pnpm lint && pnpm format",
"check:fix": "pnpm lint:fix && pnpm format:fix",
"build:all": "pnpm run --filter '*' build",
"clean:all": "pnpm run --filter '*' clean",
"publish:packages": "pnpm run build --filter 'packages/transport-*'",
"test": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report e2e/.report",
"prepare": "husky"
},
"dependencies": {
"@bufbuild/protobuf": "^2.12.1",
"@meshtastic/protobufs": "workspace:*",
"ste-simple-events": "^3.0.11",
"tslog": "^4.11.0"
},
"devDependencies": {
"@meshtastic/core": "jsr:^2.6.6",
"@meshtastic/sdk": "workspace:*",
"@playwright/test": "^1.61.1",
"@types/node": "^26.1.0",
"husky": "^9.1.0",
"lint-staged": "^17.0.8",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"tsdown": "^0.22.7",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"lint-staged": {
"*.{ts,tsx}": [
"oxlint",
"oxfmt"
]
},
"packageManager": "pnpm@11.9.0"
}