{
  "name": "@guarani/jose",
  "version": "0.8.0",
  "description": "Implementation of the RFCs of the JOSE Working Group.",
  "keywords": [
    "JOSE",
    "JSON",
    "Web",
    "Key",
    "Set",
    "KeySet",
    "Token",
    "Signature",
    "Encryption",
    "Algorithm",
    "JWS",
    "JWE",
    "JWK",
    "JWKS",
    "JWA",
    "JWT"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/guaranijs/guarani/tree/master/packages/jose#readme",
  "bugs": "https://github.com/guaranijs/guarani/issues",
  "repository": {
    "type": "git",
    "url": "git@github.com/guaranijs/guarani.git",
    "directory": "packages/jose"
  },
  "author": {
    "name": "Eduardo Ribeiro Rezende",
    "email": "eduardorbr7@gmail.com",
    "url": "https://github.com/revensky"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "test": "jest"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@guarani/objects": "0.8.0",
    "@guarani/primitives": "0.8.0"
  },
  "devDependencies": {
    "@guarani/types": "0.8.0"
  },
  "gitHead": "f6921fb03c6a40b4bcaf96bbafe12605957c1a22"
}
