github.com/yogeshkumararora/slsa-github-generator@v1.10.1-0.20240520161934-11278bd5afb4/actions/delegator/setup-generic/package.json (about)

     1  {
     2    "name": "setup-token",
     3    "version": "1.0.0",
     4    "description": "Create a SLSA token for the delegated workflow",
     5    "main": "lib/main.js",
     6    "scripts": {
     7      "ci": "npm ci",
     8      "build": "tsc",
     9      "format": "prettier --write '**/*.ts'",
    10      "format-check": "prettier --check '**/*.ts'",
    11      "package": "ncc build --source-map",
    12      "lint": "eslint --max-warnings 0 src/**/*.ts",
    13      "all": "npm ci && npm run format && npm run lint && npm run build && npm run package",
    14      "test": "echo \"Error: no test specified\" && exit 1"
    15    },
    16    "bin": {
    17      "setup-token": "bin/setup-token.js"
    18    },
    19    "keywords": [],
    20    "author": "",
    21    "license": "Apache-2.0",
    22    "dependencies": {
    23      "@actions/core": "1.10.1",
    24      "@actions/github": "6.0.0",
    25      "@sigstore/rekor-types": "2.0.0",
    26      "sigstore": "2.3.0",
    27      "tscommon": "file:../../../.github/actions/tscommon/tscommon-0.0.0.tgz"
    28    },
    29    "devDependencies": {
    30      "@types/make-fetch-happen": "10.0.3",
    31      "@types/node": "20.10.0",
    32      "@typescript-eslint/eslint-plugin": "6.12.0",
    33      "@typescript-eslint/parser": "6.12.0",
    34      "@vercel/ncc": "0.38.1",
    35      "eslint": "8.52.0",
    36      "eslint-plugin-github": "4.10.1",
    37      "eslint-plugin-prettier": "5.0.1",
    38      "prettier": "3.0.3",
    39      "typescript": "5.2.2"
    40    }
    41  }