chore: reducing 3rd dependencies (#722)

* chore: reducing 3rd dependencies

* Update package.json

Co-authored-by: Bob den Os <108393871+BobdenOs@users.noreply.github.com>

* Keep using jest by default

---------

Co-authored-by: Bob den Os <108393871+BobdenOs@users.noreply.github.com>
This commit is contained in:
Daniel Hutzel
2024-07-15 14:37:58 +02:00
committed by GitHub
parent 02ea798f5f
commit 3161758e5f
4 changed files with 11 additions and 516 deletions

View File

@@ -13,10 +13,5 @@
"scripts": {
"start": "cds-serve",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": "sql"
}
}
}