85a437800d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
43 lines
956 B
JSON
43 lines
956 B
JSON
{
|
|
"name": "@atproto-labs/handle-resolver",
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"description": "Isomorphic ATProto handle to DID resolver",
|
|
"keywords": [
|
|
"atproto",
|
|
"oauth",
|
|
"handle",
|
|
"identity",
|
|
"browser",
|
|
"node",
|
|
"isomorphic"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/internal/handle-resolver"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@atproto-labs/simple-store": "workspace:*",
|
|
"@atproto-labs/simple-store-memory": "workspace:*",
|
|
"@atproto/did": "workspace:*",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json"
|
|
}
|
|
}
|