UNPKG

simple-jwt-id

Version:

A lightweight JWT library with multiple algorithm support and token revocation

50 lines (49 loc) 1.14 kB
{ "name": "simple-jwt-id", "version": "1.0.0-beta.1", "description": "A lightweight JWT library with multiple algorithm support and token revocation", "main": "./src/index.js", "module": "./src/index.mjs", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./src/index.mjs", "require": "./src/index.js" } }, "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "keywords": [ "jwt", "json-web-token", "token", "authentication", "authorization", "security", "hmac", "rsa", "ecdsa" ], "author": "Syarwani (https://github.com/ibnushahraa)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ibnushahraa/simple-jwt-id.git" }, "bugs": { "url": "https://github.com/ibnushahraa/simple-jwt-id/issues" }, "homepage": "https://github.com/ibnushahraa/simple-jwt-id#readme", "type": "commonjs", "devDependencies": { "jest": "^30.2.0" }, "dependencies": { "simple-cache-id": "^1.2.2" }, "engines": { "node": ">=14.0.0" } }