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.
14 lines
344 B
14 lines
344 B
{
|
|
"name": "@meshtastic/transport-web-bluetooth",
|
|
"version": "0.1.3",
|
|
"description": "A transport layer for Meshtastic applications using Web Bluetooth.",
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/web-bluetooth": "npm:@types/web-bluetooth@^0.0.20"
|
|
},
|
|
"compilerOptions": {
|
|
"types": ["@types/web-bluetooth"]
|
|
}
|
|
}
|