{
  "name": "@actions/attest",
  "version": "3.2.0",
  "description": "Actions attestation lib",
  "keywords": [
    "github",
    "actions",
    "attestation"
  ],
  "homepage": "https://github.com/actions/toolkit/tree/main/packages/attest",
  "license": "MIT",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/actions/toolkit.git",
    "directory": "packages/attest"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "tsc": "tsc && cp src/internal/package-version.cjs lib/internal/"
  },
  "bugs": {
    "url": "https://github.com/actions/toolkit/issues"
  },
  "devDependencies": {
    "@sigstore/mock": "^0.10.0",
    "@sigstore/rekor-types": "^3.0.0",
    "@types/jsonwebtoken": "^9.0.6",
    "nock": "^13.5.1",
    "undici": "^6.23.0"
  },
  "dependencies": {
    "@actions/core": "^3.0.0",
    "@actions/github": "^9.0.0",
    "@actions/http-client": "^4.0.0",
    "@octokit/plugin-retry": "^8.0.3",
    "@sigstore/bundle": "^3.1.0",
    "@sigstore/sign": "^3.1.0",
    "jose": "^5.10.0"
  }
}
