{ "name": "@atproto/jwk", "version": "0.1.2", "license": "MIT", "description": "A library for working with JSON Web Keys (JWKs) in TypeScript. This is meant to be extended by environment-specific libraries like @atproto/jwk-jose.", "keywords": [ "atproto", "jwk", "jwks", "jwt", "json web key" ], "homepage": "https://atproto.com", "repository": { "type": "git", "url": "https://github.com/bluesky-social/atproto", "directory": "packages/oauth/jwk" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "dependencies": { "multiformats": "^9.9.0", "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.6.3" }, "scripts": { "build": "tsc --build tsconfig.json" } }