{
  "name": "canonicalize",
  "version": "3.0.0",
  "description": "JSON canonicalize function",
  "type": "module",
  "exports": {
    ".": {
      "import": "./lib/canonicalize.js",
      "types": "./lib/canonicalize.d.ts"
    }
  },
  "main": "lib/canonicalize.js",
  "types": "lib/canonicalize.d.ts",
  "bin": {
    "canonicalize": "bin/canonicalize.js"
  },
  "files": [
    "lib/",
    "bin/"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "node --test test/*.js",
    "coverage": "c8 npm test",
    "coveragehtml": "c8 report -r html",
    "precoveragehtml": "npm run coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erdtman/canonicalize.git"
  },
  "keywords": [
    "json",
    "canonical",
    "canonicalize",
    "signing",
    "crypto"
  ],
  "contributors": [
    {
      "name": "Samuel Erdtman",
      "email": "samuel@erdtman.se"
    },
    {
      "name": "Anders Rundgren",
      "email": "anders.rundgren.net@gmail.com"
    }
  ],
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "c8": "^10.0.0",
    "eslint": "^9.0.0",
    "globals": "^15.0.0"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/erdtman/canonicalize/issues"
  },
  "homepage": "https://github.com/erdtman/canonicalize#readme"
}
