mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 03:12:20 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@actions/attest",
|
|
"version": "0.0.0",
|
|
"description": "Base library for Sigstore",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist *.tsbuildinfo",
|
|
"build": "tsc --build",
|
|
"test": "jest"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "bdehamer@github.com",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/attest-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/github/attest-js/issues"
|
|
},
|
|
"homepage": "https://github.com/github/attest-js/tree/main/packages/core#readme",
|
|
"publishConfig": {
|
|
"provenance": true
|
|
},
|
|
"devDependencies": {
|
|
"@sigstore/mock": "^0.6.4",
|
|
"@total-typescript/shoehorn": "^0.1.1",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
}
|
|
}
|