Files
SCM-Manager/scm-ui/e2e-tests/package.json

35 lines
764 B
JSON
Raw Normal View History

{
"name": "@scm-manager/e2e-tests",
2020-10-14 12:03:24 +00:00
"version": "2.7.1",
"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": {
"headless": "cypress run",
2020-08-26 08:48:43 +02:00
"ci": "node src/index.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"cypress": "^4.12.0",
"fluent-ffmpeg": "^2.1.2"
2020-08-25 08:44:38 +02:00
},
"devDependencies": {
"eslint-plugin-cypress": "^2.11.1"
},
"prettier": "@scm-manager/prettier-config",
"eslintConfig": {
"extends": "@scm-manager/eslint-config",
"plugins": [
"cypress"
],
"env": {
"cypress/globals": true
}
},
"publishConfig": {
"access": "public"
}
}