hotpocket/services/backend/package.json
Tomek Wójcik f68e5b4573
All checks were successful
CI / Checks (push) Successful in 16m8s
Release v1.0.2
2025-08-29 14:15:16 +02:00

20 lines
483 B
JSON

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