Files
meshcore-bot/package.json
dependabot[bot] 96ce0f3f92 Bump @liamcottle/meshcore.js from 1.10.0 to 1.11.0 (#22)
Bumps @liamcottle/meshcore.js from 1.10.0 to 1.11.0.

---
updated-dependencies:
- dependency-name: "@liamcottle/meshcore.js"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-22 12:32:38 +01:00

45 lines
978 B
JSON

{
"author": "Nils K. <git@cyclenerd.de> (https://cyclenerd.de/)",
"bin": {
"meshcore-bot": "./meshcore-bot.js"
},
"bugs": {
"url": "https://github.com/Cyclenerd/meshcore-bot/issues"
},
"dependencies": {
"@liamcottle/meshcore.js": "^1.11.0",
"yargs": "^18.0.0"
},
"description": "Command bot that connects to a MeshCore companion radio device via USB serial",
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.0",
"globals": "^17.3.0"
},
"engines": {
"node": ">=22"
},
"files": [
"meshcore-bot.js"
],
"homepage": "https://github.com/Cyclenerd/meshcore-bot",
"keywords": [
"bot",
"cli",
"iot",
"meshcore"
],
"license": "Apache-2.0",
"name": "meshcore-bot",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Cyclenerd/meshcore-bot.git"
},
"scripts": {
"start": "node meshcore-bot.js"
},
"type": "module",
"version": "1.0.0"
}