mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
33 lines
675 B
JSON
33 lines
675 B
JSON
|
|
{
|
||
|
|
"name": "@meshtastic/protobufs",
|
||
|
|
"description": "Protobuf definitions for the Meshtastic project",
|
||
|
|
"version": "__PACKAGE_VERSION__",
|
||
|
|
"homepage": "https://github.com/meshtastic/protobufs",
|
||
|
|
"license": "GPLV3",
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"type": "module",
|
||
|
|
"main": "./dist/mod.js",
|
||
|
|
"module": "./dist/mod.js",
|
||
|
|
"types": "./dist/mod.d.ts",
|
||
|
|
"dependencies": {
|
||
|
|
"@bufbuild/protobuf": "^2.2.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"tsdown": "^0.13.4",
|
||
|
|
"typescript": "^5.8.3"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsdown"
|
||
|
|
},
|
||
|
|
"tsdown": {
|
||
|
|
"entry": "mod.ts",
|
||
|
|
"dts": true,
|
||
|
|
"format": [
|
||
|
|
"esm"
|
||
|
|
],
|
||
|
|
"splitting": false
|
||
|
|
}
|
||
|
|
}
|