UNPKG

@tsmx/object-hmac

Version:

Create and verify HMAC's for JSON objects

42 lines (41 loc) 768 B
{ "name": "@tsmx/object-hmac", "version": "1.1.5", "description": "Create and verify HMAC's for JSON objects", "author": "tsmx <dev@tsmx.net>", "main": "object-hmac.js", "engines": { "node": ">=12.0.0", "npm": ">=6.0.0" }, "scripts": { "test": "jest", "test-coverage": "jest --coverage" }, "repository": { "type": "git", "url": "https://github.com/tsmx/object-hmac.git" }, "license": "MIT", "keywords": [ "JSON", "object", "HMAC", "MAC", "message", "authentication", "hash", "key", "sign", "verify", "data-integrity", "SHA-256" ], "devDependencies": { "eslint": "^8.41.0", "jest": "^29.2.2" }, "dependencies": { "@tsmx/json-traverse": "^1.0.5" } }