Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.16.2 to 7.4.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-version: 7.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "meshtastic-map",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@prisma/client": "^6.16.2",
|
|
"command-line-args": "^6.0.1",
|
|
"command-line-usage": "^7.0.3",
|
|
"compression": "^1.8.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.2.1",
|
|
"mqtt": "^5.14.1",
|
|
"protobufjs": "^7.5.4",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.1.3",
|
|
"prisma": "^7.4.1"
|
|
}
|
|
}
|