mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-11 18:44:22 +00:00
16 lines
285 B
JSON
16 lines
285 B
JSON
|
{
|
||
|
"name": "zitadel-e2e",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"start": "npx cypress open",
|
||
|
"run": "npx cypress run"
|
||
|
},
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"debug": "^4.3.4",
|
||
|
"jsonwebtoken": "^8.5.1",
|
||
|
"mochawesome": "^7.1.3",
|
||
|
"typescript": "^4.7.4"
|
||
|
}
|
||
|
}
|