[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/stackrox/stackrox/master/ui/package.json [Back]  [Original]

{
    "name": "@stackrox/ui",
    "description": "Deprecated top-level package.json for StackRox UI",
    "version": "0.0.0",
    "license": "UNLICENSED",
    "private": true,
    "engines": {
        "node": ">=22.13.0"
    },
    "scripts": {
        "clean": "rm -rf build test-results; npm --prefix apps/platform run clean",
        "start": "CI=true npm --prefix apps/platform run start",
        "lint": "npm --prefix apps/platform run lint",
        "test": "CI=true npm --prefix apps/platform run test",
        "test-e2e": "TEST_RESULTS_OUTPUT_DIR=../../test-results npm --prefix apps/platform run test-e2e",
        "test-e2e:ocp": "TEST_RESULTS_OUTPUT_DIR=../../test-results npm --prefix apps/platform run test-e2e:ocp",
        "test-component": "npm --prefix apps/platform run test-component",
        "posttest-e2e:coverage": "mv apps/platform/coverage/ ./test-results/artifacts/",
        "prebuild": "npm run clean",
        "build": "npm --prefix apps/platform run build && npm --prefix apps/platform run build:ocp-plugin",
        "postbuild": "mv apps/platform/build/ .",
        "connect": "../scripts/connect-ui.sh ${1}",
        "deploy": "../deploy/k8s/deploy.sh",
        "deploy-local": "../deploy/k8s/deploy-local.sh",
        "forward": "../scripts/port-forward-ui.sh"
    }
}

Web Proxy Viewer  |  New URL  |  Original Page