summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sigstore/package.json
blob: b0e856df9a340fec7ce74e898b5c910400aeb7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "sigstore",
  "version": "1.1.1",
  "description": "code-signing for npm packages",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --maxWorkers=2 --coverage",
    "lint": "eslint --fix --ext .ts src/**",
    "lint:check": "eslint --max-warnings 0 --ext .ts src/**",
    "format": "prettier --write \"src/**/*\"",
    "release": "npm run build && changeset publish",
    "codegen:rekor": "./hack/generate-rekor-types"
  },
  "bin": {
    "sigstore": "bin/sigstore.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigstore/sigstore-js.git"
  },
  "publishConfig": {
    "provenance": true
  },
  "files": [
    "dist",
    "store"
  ],
  "author": "bdehamer@github.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sigstore/sigstore-js/issues"
  },
  "homepage": "https://github.com/sigstore/sigstore-js#readme",
  "devDependencies": {
    "@changesets/cli": "^2.26.0",
    "@tsconfig/node14": "^1.0.3",
    "@types/jest": "^29.4.0",
    "@types/make-fetch-happen": "^10.0.0",
    "@types/node": "^18.6.5",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.4.1",
    "json-schema-to-typescript": "^12.0.0",
    "nock": "^13.2.4",
    "prettier": "^2.6.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "@sigstore/protobuf-specs": "^0.1.0",
    "make-fetch-happen": "^11.0.1",
    "tuf-js": "^1.0.0"
  },
  "engines": {
    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  }
}