5b6e0611d6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
45 lines
948 B
JSON
45 lines
948 B
JSON
{
|
|
"name": "@atproto-labs/xrpc-utils",
|
|
"version": "0.0.2",
|
|
"license": "MIT",
|
|
"description": "XRPC server utilities for Node.JS",
|
|
"keywords": [
|
|
"atproto",
|
|
"node",
|
|
"xrpc",
|
|
"server",
|
|
"utilities",
|
|
"content",
|
|
"negotiation"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/internal/xrpc-utils"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./accept": {
|
|
"types": "./dist/accept.d.ts",
|
|
"default": "./dist/accept.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@atproto/xrpc": "workspace:^",
|
|
"@atproto/xrpc-server": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.json"
|
|
}
|
|
}
|