{ "name": "@actions/attest", "version": "0.0.0", "description": "Actions attestation lib", "keywords": [ "github", "actions", "attestation" ], "homepage": "https://github.com/actions/toolkit/tree/main/packages/attest", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "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" }, "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "devDependencies": { "@sigstore/mock": "^0.6.5", "@sigstore/rekor-types": "^2.0.0", "@types/make-fetch-happen": "^10.0.4", "nock": "^13.5.1" }, "dependencies": { "@actions/github": "^6.0.0", "@sigstore/bundle": "^2.2.0", "@sigstore/sign": "^2.2.3", "make-fetch-happen": "^13.0.0" } }