{
  "name": "http-message-signatures",
  "version": "1.0.6",
  "description": "HTTP message signature implementation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint ./src/**/*.ts ./test/**/*.ts",
    "lint:fix": "npm run lint --silent -- --fix",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "test": "mocha -r ts-node/register -r test/bootstrap.ts test/**/*.ts",
    "test:coverage": "nyc --reporter=cobertura --reporter=text-summary npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dhensby/node-http-message-signatures.git"
  },
  "keywords": [
    "http-message-signatures",
    "message-signatures",
    "signature"
  ],
  "author": "Daniel Hensby",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dhensby/node-http-message-signatures/issues"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/dhensby/node-http-message-signatures#readme",
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@eslint/js": "^10.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@tsconfig/node16": "^16.1.3",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^10.0.0",
    "@types/node": "^16.18.126",
    "@types/sinon": "^21.0.1",
    "@types/sinon-chai": "^3.2.8",
    "@typescript-eslint/eslint-plugin": "^8.58.2",
    "@typescript-eslint/parser": "^8.58.2",
    "chai": "^4.3.6",
    "eslint": "^10.2.0",
    "mocha": "^11.7.5",
    "mockdate": "^3.0.5",
    "nyc": "^18.0.0",
    "semantic-release": "^25.0.3",
    "sinon": "^22.0.0",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.9.1",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "structured-headers": "^2.0.2"
  }
}
