{ "name": "@panva/jose", "version": "1.2.0", "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies", "keywords": [ "compact", "decode", "decrypt", "eddsa", "encrypt", "flattened", "general", "jose", "json web token", "jsonwebtoken", "jwa", "jwe", "jwk", "jwks", "jws", "jwt", "sign", "verify" ], "homepage": "https://github.com/panva/jose", "repository": "panva/jose", "license": "MIT", "author": "Filip Skokan ", "files": [ "lib", "LICENSE_THIRD_PARTY" ], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "coverage": "c8 ava", "lint": "standard", "lint-fix": "standard --fix", "test": "ava", "watch": "ava --watch" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "asn1.js": "^5.1.0" }, "devDependencies": { "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^8.0.0", "ava": "^2.1.0", "babel-eslint": "^10.0.1", "c8": "^5.0.0", "husky": "^2.4.1", "standard": "^12.0.1" }, "engines": { "node": ">=12.0.0" }, "ava": { "babel": false, "compileEnhancements": false, "files": [ "test/**/*.test.js" ] }, "standard": { "parser": "babel-eslint" } }