mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 23:16:37 -04:00
29 lines
714 B
JSON
29 lines
714 B
JSON
{
|
|
"name": "@meshtastic/protobufs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Workspace package for Meshtastic protobuf stubs (local dev only). This package is published to the JSR registry separately.",
|
|
"license": "GPL-3.0-only",
|
|
"files": [
|
|
"./packages/ts/dist/"
|
|
],
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"types": "./packages/ts/mod.ts",
|
|
"exports": {
|
|
".": "./packages/ts/mod.ts"
|
|
},
|
|
"scripts": {
|
|
"gen": "buf generate",
|
|
"clean": "rimraf packages/ts/dist",
|
|
"build": "pnpm run clean && pnpm run gen"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^2.13.0",
|
|
"rimraf": "^6.0.0"
|
|
}
|
|
}
|