forked from iarv/meshcore-bot
Bumps [eslint](https://github.com/eslint/eslint) from 9.35.0 to 9.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.35.0...v9.38.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development 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>
45 lines
978 B
JSON
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.10.0",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"description": "Command bot that connects to a MeshCore companion radio device via USB serial",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.38.0",
|
|
"eslint": "^9.39.2",
|
|
"globals": "^16.4.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"
|
|
}
|