mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-16 05:19:47 +01:00
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name": "@scm-manager/e2e-tests",
|
|
"version": "2.18.1-SNAPSHOT",
|
|
"description": "End to end Tests for SCM-Manager",
|
|
"main": "index.js",
|
|
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"headless": "cypress run",
|
|
"ci": "integration-test-runner run -u scmadmin -p scmadmin -O ../build/target/ -d ./"
|
|
},
|
|
"dependencies": {
|
|
"@ffmpeg-installer/ffmpeg": "^1.0.20",
|
|
"@scm-manager/integration-test-runner": "^1.3.7",
|
|
"fluent-ffmpeg": "^2.1.2"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": "@scm-manager/eslint-config"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|