| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "sigstore",
- "version": "1.5.2",
- "description": "code-signing for npm packages",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "build": "tsc --build",
- "test": "jest"
- },
- "bin": {
- "sigstore": "bin/sigstore.js"
- },
- "files": [
- "dist",
- "store"
- ],
- "author": "bdehamer@github.com",
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sigstore/sigstore-js.git"
- },
- "bugs": {
- "url": "https://github.com/sigstore/sigstore-js/issues"
- },
- "homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/client#readme",
- "publishConfig": {
- "provenance": true
- },
- "devDependencies": {
- "@total-typescript/shoehorn": "^0.1.0",
- "@tufjs/repo-mock": "^1.1.0",
- "@types/make-fetch-happen": "^10.0.0",
- "@types/node": "^20.0.0",
- "json-schema-to-typescript": "^13.0.0",
- "nock": "^13.2.4",
- "typescript": "^5.0.2"
- },
- "dependencies": {
- "@sigstore/protobuf-specs": "^0.1.0",
- "make-fetch-happen": "^11.0.1",
- "tuf-js": "^1.1.3"
- },
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- }
|