che-server/e2e/package.json

37 lines
1.1 KiB
JSON

{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha.opts",
"test-happy-path": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-happy-path.opts",
"test-che-install": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-che-operatorhub.opts",
"lint": "tslint --fix -p .",
"tsc": "tsc -p ."
},
"author": "Ihor Okhrimenko (iokhrime@redhat.com)",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.4",
"@types/rimraf": "^2.0.2",
"@types/selenium-webdriver": "^3.0.16",
"axios": "0.17.1",
"chai": "^4.2.0",
"chromedriver": "^2.46.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.2",
"selenium-webdriver": "^3.6.0",
"ts-node": "^8.0.3",
"tslint": "5.10.0",
"typed-rest-client": "^1.2.0",
"typescript": "^3.4.3"
},
"dependencies": {
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13"
}
}