meshtastic-map/package.json
dependabot[bot] b31d10d434
Bump command-line-args from 5.2.1 to 6.0.1
Bumps [command-line-args](https://github.com/75lb/command-line-args) from 5.2.1 to 6.0.1.
- [Release notes](https://github.com/75lb/command-line-args/releases)
- [Commits](https://github.com/75lb/command-line-args/compare/v5.2.1...v6.0.1)

---
updated-dependencies:
- dependency-name: command-line-args
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-15 08:30:31 +00:00

25 lines
505 B
JSON

{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^5.0.0",
"mqtt": "^5.13.2",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"jest": "^29.7.0",
"prisma": "^5.10.2"
}
}