mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"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 <dev@theaninova.de>",
|
|
"devDependencies": {
|
|
"@openstapps/eslint-config": "workspace:*",
|
|
"@openstapps/prettier-config": "workspace:*",
|
|
"@openstapps/tsconfig": "workspace:*"
|
|
},
|
|
"prettier": "@openstapps/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@openstapps/eslint-config"
|
|
]
|
|
}
|
|
}
|