a44db38d05
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
41 lines
970 B
JSON
41 lines
970 B
JSON
{
|
|
"name": "@atproto-labs/did-resolver",
|
|
"version": "0.1.8",
|
|
"license": "MIT",
|
|
"description": "DID resolution and verification library",
|
|
"keywords": [
|
|
"atproto",
|
|
"did",
|
|
"resolver"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/internal/did-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/fetch": "workspace:*",
|
|
"@atproto-labs/pipe": "workspace:*",
|
|
"@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"
|
|
}
|
|
}
|