You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
678 B

{
"name": "@meshtastic/protobufs",
"version": "__PACKAGE_VERSION__",
"private": false,
"type": "module",
"license": "GPL-3.0-only",
"files": [
"./packages/ts/dist/"
],
"exports": {
".": {
"types": "./packages/ts/dist/mod.d.ts",
"default": "./packages/ts/dist/mod.js"
},
"./*": "./packages/ts/dist/*"
},
"types": "./packages/ts/dist/mod.d.ts",
"sideEffects": false,
"scripts": {
"gen": "buf generate",
"clean": "rimraf dist",
"build": "pnpm run clean && pnpm run gen"
},
"dependencies": {},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.9.0",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.0"
}
}