mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 06:56:28 -04:00
Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.13.0/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.6 KiB
JSON
60 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.13.0",
|
|
"@meshtastic/protobufs": "workspace:*",
|
|
"ste-simple-events": "^3.0.11",
|
|
"tslog": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@meshtastic/core": "jsr:^2.6.6",
|
|
"@meshtastic/sdk": "workspace:*",
|
|
"@playwright/test": "^1.61.1",
|
|
"@types/node": "^26.1.0",
|
|
"@typescript/typescript6": "^6.0.2",
|
|
"husky": "^9.1.0",
|
|
"lint-staged": "^17.1.0",
|
|
"oxfmt": "^0.59.0",
|
|
"oxlint": "^1.74.0",
|
|
"tsdown": "^0.22.13",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"oxlint",
|
|
"oxfmt"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@11.9.0"
|
|
}
|