Files
meshcore-bot/package.json
T
dependabot[bot] f49504356d Bump yargs from 17.7.2 to 18.0.0 (#5)
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v17.7.2...v18.0.0)

---
updated-dependencies:
- dependency-name: yargs
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-20 16:51:55 +01:00

45 lines
977 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.7.0",
"yargs": "^18.0.0"
},
"description": "Command bot that connects to a MeshCore companion radio device via USB serial",
"devDependencies": {
"@eslint/js": "^9.34.0",
"eslint": "^9.35.0",
"globals": "^16.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"
}