2020-08-04 16:24:32 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/e2e-tests",
|
2020-10-14 12:03:24 +00:00
|
|
|
"version": "2.7.1",
|
2020-08-04 16:24:32 +02:00
|
|
|
"description": "End to end Tests for SCM-Manager",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"private": false,
|
2020-08-25 08:44:38 +02:00
|
|
|
"scripts": {
|
2020-08-25 11:17:05 +02:00
|
|
|
"headless": "cypress run",
|
2020-08-26 08:48:43 +02:00
|
|
|
"ci": "node src/index.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-08-26 09:34:08 +02:00
|
|
|
"@ffmpeg-installer/ffmpeg": "^1.0.20",
|
|
|
|
|
"cypress": "^4.12.0",
|
|
|
|
|
"fluent-ffmpeg": "^2.1.2"
|
2020-08-25 08:44:38 +02:00
|
|
|
},
|
2020-08-04 16:24:32 +02:00
|
|
|
"devDependencies": {
|
2020-08-12 12:13:23 +02:00
|
|
|
"eslint-plugin-cypress": "^2.11.1"
|
2020-08-04 16:24:32 +02:00
|
|
|
},
|
|
|
|
|
"prettier": "@scm-manager/prettier-config",
|
2020-08-12 12:13:23 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config",
|
|
|
|
|
"plugins": [
|
|
|
|
|
"cypress"
|
|
|
|
|
],
|
|
|
|
|
"env": {
|
|
|
|
|
"cypress/globals": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-08-04 16:24:32 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
}
|
|
|
|
|
}
|