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

27 lines
585 B
JSON
Raw Normal View History

{
"name": "@scm-manager/e2e-tests",
2020-08-14 08:15:36 +00:00
"version": "2.4.0",
"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",
"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"
}
}