UNPKG

http-message-signatures

Version:
66 lines (65 loc) 2.02 kB
{ "name": "http-message-signatures", "version": "1.0.4", "description": "HTTP message signature implementation", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint -c .eslintrc ./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": "^17.6.7", "@commitlint/config-conventional": "^17.6.7", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^10.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^9.0.4", "@semantic-release/npm": "^10.0.4", "@semantic-release/release-notes-generator": "^11.0.4", "@tsconfig/node12": "^12.1.0", "@types/chai": "^4.3.3", "@types/mocha": "^10.0.0", "@types/node": "^12.20.55", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.8", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "chai": "^4.3.6", "eslint": "^8.24.0", "mocha": "^10.0.0", "mockdate": "^3.0.5", "nyc": "^15.1.0", "semantic-release": "^21.0.7", "sinon": "^15.2.0", "sinon-chai": "^3.7.0", "ts-node": "^10.9.1", "typescript": "^5.0.3" }, "dependencies": { "structured-headers": "^1.0.1" } }