{
  "name": "@othent/kms-unbundled",
  "version": "1.0.5",
  "description": "Arweave Oauth Othent wallets enabled Google Key Management Service.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "keywords": [
    "Arweave",
    "Oauth",
    "Othent",
    "Community Labs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "npm run build && npm link",
    "test": "jest tests/",
    "prettier": "prettier --write ."
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "**/tests/**/*.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Othent/KMS-JS-new.git"
  },
  "author": "Lorimer Jenkins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Othent/KMS-JS-new/issues"
  },
  "homepage": "https://othent.io",
  "dependencies": {
    "@auth0/auth0-spa-js": "^2.1.2",
    "axios": "^1.6.0",
    "base64-js": "^1.5.1",
    "buffer": "^6.0.3",
    "jwk-to-pem": "^2.0.5",
    "jwt-decode": "^4.0.0",
    "pem-jwk": "^2.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-terser": "^0.4.1",
    "@rollup/plugin-typescript": "^11.1.0",
    "@types/jwk-to-pem": "^2.0.1",
    "@types/node": "^20.2.5",
    "@types/pem-jwk": "^2.0.1",
    "dts-bundle-generator": "^8.0.1",
    "prettier": "^3.0.3",
    "rollup": "^3.21.6",
    "ts-jest": "^29.1.1",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  }
}
