package.json 859 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@tufjs/canonical-json",
  3. "version": "1.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/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. "devDependencies": {
  33. "@types/node": "^18.14.1",
  34. "typescript": "^4.9.5"
  35. },
  36. "engines": {
  37. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  38. }
  39. }