Files
hotpocket/services/backend/package.json
Tomek Wójcik dc5f8ddb51 BTHLABS-0000: Deps update - August 2026 edition
Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl>
Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
2026-08-20 20:37:14 +02:00

20 lines
488 B
JSON

{
"name": "hotpocket-backend",
"version": "26.3.16",
"description": "HotPocket Backend",
"main": "hotpocket_backend/apps/frontend/src/index.js",
"repository": "https://git.bthlabs.pl/tomekwojcik/hotpocket",
"author": "Tomek Wójcik <contact@bthlabs.pl>",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"eslint": "npx eslint ."
},
"devDependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.8.1",
"globals": "17.11.0"
}
}