mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 12:59:46 +01:00
17 lines
395 B
JSON
17 lines
395 B
JSON
|
|
{
|
||
|
|
"name": "@scm-manager/e2e-tests",
|
||
|
|
"version": "2.4.0-SNAPSHOT",
|
||
|
|
"description": "End to end Tests for SCM-Manager",
|
||
|
|
"main": "index.js",
|
||
|
|
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"private": false,
|
||
|
|
"devDependencies": {
|
||
|
|
"cypress": "^4.12.0"
|
||
|
|
},
|
||
|
|
"prettier": "@scm-manager/prettier-config",
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
}
|
||
|
|
}
|