github.com/argoproj/argo-cd/v3@v3.2.1/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.1.28",
    16      "assert": "^2.1.0",
    17      "chromedriver": "^136.0.2",
    18      "selenium-webdriver": "^4.33.0"
    19    },
    20    "devDependencies": {
    21      "@types/mocha": "^10.0.10",
    22      "@types/node": "^22.15.21",
    23      "dotenv": "^16.5.0",
    24      "mocha": "^11.5.0",
    25      "prettier": "^2.8.8",
    26      "tslint": "^6.1.3",
    27      "tslint-config-prettier": "^1.18.0",
    28      "tslint-plugin-prettier": "^2.0.1",
    29      "typescript": "^5.8.3",
    30      "yarn": "^1.22.22"
    31    }
    32  }