Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.1.3 to 30.2.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
505 B
JSON
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": "^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.0.0",
|
|
"mqtt": "^5.14.1",
|
|
"protobufjs": "^7.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.2.0",
|
|
"prisma": "^6.16.2"
|
|
}
|
|
}
|