atproto/packages/xrpc/package.json
github-actions[bot] 7aecc57dbb
Version packages (#3331)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-07 09:29:57 -05:00

29 lines
610 B
JSON

{
"name": "@atproto/xrpc",
"version": "0.6.6",
"license": "MIT",
"description": "atproto HTTP API (XRPC) client library",
"keywords": [
"atproto",
"xrpc"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/xrpc"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build tsconfig.build.json"
},
"dependencies": {
"@atproto/lexicon": "workspace:^",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}