Files
hotpocket/services/backend/package.json
Tomek Wójcik 0611ceb3ec
All checks were successful
Production deployment / Build (release) Successful in 1m4s
Staging deployment / Build (release) Successful in 1m24s
CI / Checks (push) Successful in 4m36s
Staging deployment / Deploy (release) Successful in 2m16s
Production deployment / Deploy (release) Successful in 3m1s
Release v26.3.16
2026-03-16 20:16:07 +01:00

20 lines
487 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": "9.33.0",
"eslint": "9.33.0",
"globals": "14.0.0"
}
}