github.com/argoproj/argo-cd/v2@v2.10.9/ui-test/package.json (about) 1 { 2 "name": "ui-test", 3 "version": "1.0.0", 4 "description": "UI Testing", 5 "main": "argocd-ui-test", 6 "scripts": { 7 "compile": "npx tsc", 8 "test": "node out/test001.js", 9 "pretest": "cp .env out/.env", 10 "lint": "tslint -p ." 11 }, 12 "author": "Keith Chong", 13 "license": "Apache-2.0", 14 "dependencies": { 15 "@types/selenium-webdriver": "^4.0.9", 16 "assert": "^2.0.0", 17 "chromedriver": "^94.0.0", 18 "selenium-webdriver": "^4.0.0-alpha.7" 19 }, 20 "devDependencies": { 21 "@types/mocha": "^8.0.3", 22 "@types/node": "^14.14.2", 23 "dotenv": "^8.2.0", 24 "mocha": "^8.2.0", 25 "prettier": "^1.18.2", 26 "tslint": "^6.1.3", 27 "tslint-config-prettier": "^1.18.0", 28 "tslint-plugin-prettier": "^2.0.1", 29 "typescript": "^4.0.3", 30 "yarn": "^1.22.10" 31 } 32 }