c307a75db1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
37 lines
730 B
JSON
37 lines
730 B
JSON
{
|
|
"name": "@atproto/did",
|
|
"version": "0.1.3",
|
|
"license": "MIT",
|
|
"description": "DID resolution and verification library",
|
|
"keywords": [
|
|
"atproto",
|
|
"did",
|
|
"validation",
|
|
"types"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/did"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json"
|
|
}
|
|
}
|