che-server/cypress-tests/package.json

27 lines
645 B
JSON

{
"name": "cypress-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"cypress:run-hidden": "cypress run --browser electron",
"cypress:run": "cypress run --headed"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.0.3",
"cypress": "^3.1.5",
"cypress-xpath": "^1.3.0",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"webpack": "^4.29.3"
},
"dependencies": {
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13"
}
}