package.json 729 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@sigstore/protobuf-specs",
  3. "version": "0.4.1",
  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/node18": "^18.2.4",
  25. "@types/node": "^18.14.0",
  26. "typescript": "^5.7.2"
  27. },
  28. "engines": {
  29. "node": "^18.17.0 || >=20.5.0"
  30. }
  31. }