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

     1  {
     2    "name": "sign-attestations",
     3    "version": "0.0.1",
     4    "description": "Signs in-toto attestations with Sigstore signing",
     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 --external encoding --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    },
    15    "keywords": [],
    16    "author": "",
    17    "license": "ISC",
    18    "devDependencies": {
    19      "@types/make-fetch-happen": "10.0.3",
    20      "@types/node": "20.10.0",
    21      "@typescript-eslint/eslint-plugin": "6.12.0",
    22      "@typescript-eslint/parser": "6.12.0",
    23      "@vercel/ncc": "0.38.1",
    24      "eslint": "8.52.0",
    25      "eslint-plugin-github": "4.10.1",
    26      "eslint-plugin-prettier": "5.0.1",
    27      "prettier": "3.0.3",
    28      "typescript": "5.2.2"
    29    },
    30    "dependencies": {
    31      "@actions/core": "1.10.1",
    32      "@actions/github": "6.0.0",
    33      "@sigstore/rekor-types": "2.0.0",
    34      "sigstore": "2.3.0",
    35      "tscommon": "file:../tscommon/tscommon-0.0.0.tgz"
    36    }
    37  }