Files
hotpocket/services/backend/package.json
Tomek Wójcik 9f121a0ceb
Some checks failed
CI / Checks (push) Successful in 1m50s
Production deployment / Build (release) Successful in 58s
Staging deployment / Build (release) Successful in 59s
Staging deployment / Deploy (release) Successful in 1m45s
Production deployment / Deploy (release) Failing after 4m29s
Release v26.1.14
2026-01-14 20:59:08 +01:00

20 lines
487 B
JSON

{
"name": "hotpocket-backend",
"version": "26.1.14",
"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"
}
}