• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@sigstore/protobuf-specs",
3  "version": "0.3.0",
4  "description": "code-signing for npm packages",
5  "main": "dist/index.js",
6  "types": "dist/index.d.ts",
7  "scripts": {
8    "build": "tsc"
9  },
10  "repository": {
11    "type": "git",
12    "url": "git+https://github.com/sigstore/protobuf-specs.git"
13  },
14  "files": [
15    "dist"
16  ],
17  "author": "bdehamer@github.com",
18  "license": "Apache-2.0",
19  "bugs": {
20    "url": "https://github.com/sigstore/protobuf-specs/issues"
21  },
22  "homepage": "https://github.com/sigstore/protobuf-specs#readme",
23  "devDependencies": {
24    "@tsconfig/node14": "^1.0.3",
25    "@types/node": "^18.14.0",
26    "typescript": "^4.9.5"
27  },
28  "engines": {
29    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
30  }
31}
32