{ "name": "@atproto/identity", "version": "0.4.5", "license": "MIT", "description": "Library for decentralized identities in atproto using DIDs and handles", "keywords": [ "atproto", "did", "identity" ], "homepage": "https://atproto.com", "repository": { "type": "git", "url": "https://github.com/bluesky-social/atproto", "directory": "packages/identity" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:log": "cat test.log | pino-pretty", "build": "tsc --build tsconfig.build.json" }, "dependencies": { "@atproto/common-web": "workspace:^", "@atproto/crypto": "workspace:^" }, "devDependencies": { "@did-plc/lib": "^0.0.1", "@did-plc/server": "^0.0.1", "cors": "^2.8.5", "express": "^4.18.2", "get-port": "^6.1.2", "jest": "^28.1.2", "typescript": "^5.6.3" } }