4 changed files with 7 additions and 43 deletions
@ -1,32 +0,0 @@ |
|||||
{ |
|
||||
"name": "@meshtastic/protobufs", |
|
||||
"description": "Protobuf definitions for the Meshtastic project", |
|
||||
"version": "2.7.12", |
|
||||
"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.9.0" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"tsdown": "^0.15.6", |
|
||||
"typescript": "^5.9.3" |
|
||||
}, |
|
||||
"scripts": { |
|
||||
"build": "tsdown" |
|
||||
}, |
|
||||
"tsdown": { |
|
||||
"entry": "mod.ts", |
|
||||
"dts": true, |
|
||||
"format": [ |
|
||||
"esm" |
|
||||
], |
|
||||
"splitting": false |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue