| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/@sigstore/verify/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/@sigstore/verify/package.json |
{
"_id": "@sigstore/verify@1.2.1",
"_inBundle": true,
"_location": "/npm/@sigstore/verify",
"_phantomChildren": {},
"_requiredBy": [
"/npm/sigstore"
],
"author": {
"name": "bdehamer@github.com"
},
"bugs": {
"url": "https://github.com/sigstore/sigstore-js/issues"
},
"dependencies": {
"@sigstore/bundle": "^2.3.2",
"@sigstore/core": "^1.1.0",
"@sigstore/protobuf-specs": "^0.3.2"
},
"description": "Verification of Sigstore signatures",
"engines": {
"node": "^16.14.0 || >=18.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/verify#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@sigstore/verify",
"publishConfig": {
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigstore/sigstore-js.git"
},
"scripts": {
"build": "tsc --build",
"clean": "shx rm -rf dist *.tsbuildinfo",
"test": "jest"
},
"types": "dist/index.d.ts",
"version": "1.2.1"
}