|
|
@ -24,6 +24,10 @@ |
|
|
"npm run format" |
|
|
"npm run format" |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=20.0.0", |
|
|
|
|
|
"pnpm": ">=10.0.0" |
|
|
|
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "git+https://github.com/meshtastic/web.git" |
|
|
"url": "git+https://github.com/meshtastic/web.git" |
|
|
@ -31,10 +35,6 @@ |
|
|
"bugs": { |
|
|
"bugs": { |
|
|
"url": "https://github.com/meshtastic/web/issues" |
|
|
"url": "https://github.com/meshtastic/web/issues" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
|
|
|
"node": ">=20.0.0", |
|
|
|
|
|
"pnpm": ">=10.1.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"homepage": "https://meshtastic.org", |
|
|
"homepage": "https://meshtastic.org", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@bufbuild/protobuf": "^1.10.0", |
|
|
"@bufbuild/protobuf": "^1.10.0", |
|
|
|