{
  "name": "@jc-lab/jose",
  "version": "1.10.1",
  "description": "JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with minimal dependencies",
  "keywords": [
    "compact",
    "decode",
    "decrypt",
    "eddsa",
    "electron",
    "encrypt",
    "flattened",
    "general",
    "id token",
    "id_token",
    "jose",
    "json web token",
    "jsonwebtoken",
    "jwa",
    "jwe",
    "jwk",
    "jwks",
    "jws",
    "jwt",
    "secp256k1",
    "sign",
    "validate",
    "verify"
  ],
  "homepage": "https://github.com/jc-lab/jose",
  "repository": "jc-lab/jose",
  "license": "MIT",
  "author": "Filip Skokan <panva.ip@gmail.com>",
  "contributors": [
    "Joseph Lee <development@jc-lab.net>"
  ],
  "files": [
    "lib",
    "LICENSE_THIRD_PARTY",
    "types/index.d.ts"
  ],
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "coverage": "c8 ava",
    "lint": "standard && dtslint types",
    "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.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "ava": "^2.4.0",
    "babel-eslint": "^10.0.3",
    "c8": "^5.0.4",
    "dtslint": "^0.9.8",
    "husky": "^3.0.7",
    "standard": "^14.3.1",
    "typescript": "^3.6.3"
  },
  "engines": {
    "node": "^10.13.0 || >=12.0.0"
  },
  "ava": {
    "babel": false,
    "compileEnhancements": false,
    "files": [
      "test/**/*.test.js"
    ]
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
