atproto/packages/pds/package.json
github-actions[bot] a44db38d05
Version packages (#3345)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 16:32:43 -08:00

97 lines
3.2 KiB
JSON

{
"name": "@atproto/pds",
"version": "0.4.84",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [
"atproto",
"pds"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/pds"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/bin.js",
"scripts": {
"prepare": "[ \"$npm_config_production\" = true ] || puppeteer browsers install chrome",
"codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
"build": "tsc --build tsconfig.build.json",
"postbuild": "node ./build.templates.js",
"dev": "node ./build.templates.js --watch",
"test": "../dev-infra/with-test-redis-and-db.sh jest",
"test:sqlite": "jest",
"test:sqlite-only": "jest --testPathIgnorePatterns /tests/proxied/*",
"test:log": "tail -50 test.log | pino-pretty",
"test:updateSnapshot": "../dev-infra/with-test-redis-and-db.sh jest --updateSnapshot",
"migration:create": "ts-node ./bin/migration-create.ts"
},
"dependencies": {
"@atproto-labs/fetch-node": "workspace:*",
"@atproto-labs/xrpc-utils": "workspace:*",
"@atproto/api": "workspace:^",
"@atproto/aws": "workspace:^",
"@atproto/common": "workspace:^",
"@atproto/crypto": "workspace:^",
"@atproto/identity": "workspace:^",
"@atproto/lexicon": "workspace:^",
"@atproto/oauth-provider": "workspace:^",
"@atproto/repo": "workspace:^",
"@atproto/syntax": "workspace:^",
"@atproto/xrpc": "workspace:^",
"@atproto/xrpc-server": "workspace:^",
"@did-plc/lib": "^0.0.4",
"@hapi/address": "^5.1.1",
"better-sqlite3": "^10.0.0",
"bytes": "^3.1.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"disposable-email-domains-js": "^1.5.0",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"file-type": "^16.5.4",
"glob": "^10.3.10",
"handlebars": "^4.7.7",
"http-terminator": "^3.2.0",
"ioredis": "^5.3.2",
"jose": "^5.0.1",
"key-encoder": "^2.0.3",
"kysely": "^0.22.0",
"multiformats": "^9.9.0",
"nodemailer": "^6.8.0",
"nodemailer-html-to-text": "^3.2.0",
"p-queue": "^6.6.2",
"pino": "^8.21.0",
"pino-http": "^8.2.1",
"sharp": "^0.33.5",
"typed-emitter": "^2.1.0",
"uint8arrays": "3.0.0",
"undici": "^6.19.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@atproto/api": "workspace:^",
"@atproto/bsky": "workspace:^",
"@atproto/lex-cli": "workspace:^",
"@atproto/oauth-client-browser-example": "workspace:*",
"@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
"@did-plc/server": "^0.0.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.36",
"@types/nodemailer": "^6.4.6",
"@types/qs": "^6.9.7",
"esbuild": "^0.14.48",
"esbuild-plugin-handlebars": "^1.0.3",
"get-port": "^6.1.2",
"jest": "^28.1.2",
"puppeteer": "^23.5.2",
"ts-node": "^10.8.2",
"typescript": "^5.6.3",
"ws": "^8.12.0"
}
}