package.json 771 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@tufjs/canonical-json",
  3. "version": "2.0.0",
  4. "description": "OLPC JSON canonicalization",
  5. "main": "lib/index.js",
  6. "typings": "lib/index.d.ts",
  7. "license": "MIT",
  8. "keywords": [
  9. "json",
  10. "canonical",
  11. "canonicalize",
  12. "canonicalization",
  13. "crypto",
  14. "signature",
  15. "olpc"
  16. ],
  17. "author": "bdehamer@github.com",
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/theupdateframework/tuf-js.git"
  21. },
  22. "homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/canonical-json#readme",
  23. "bugs": {
  24. "url": "https://github.com/theupdateframework/tuf-js/issues"
  25. },
  26. "files": [
  27. "lib/"
  28. ],
  29. "scripts": {
  30. "test": "jest"
  31. },
  32. "engines": {
  33. "node": "^16.14.0 || >=18.0.0"
  34. }
  35. }