{ "name": "@openstapps/backend-config", "description": "Backend Configuration for OpenStApps", "version": "4.0.3", "private": true, "type": "module", "license": "GPL-3.0-only", "author": "Thea Schöbl ", "devDependencies": { "@openstapps/eslint-config": "workspace:*", "@openstapps/prettier-config": "workspace:*", "@openstapps/tsconfig": "workspace:*" }, "prettier": "@openstapps/prettier-config", "eslintConfig": { "extends": [ "@openstapps/eslint-config" ] } }