plinth-infra/pds/package.json

22 lines
480 B
JSON
Raw Normal View History

2024-11-19 05:25:01 +00:00
{
"name": "pds",
"private": true,
"version": "0.0.0",
"description": "Service entrypoint for atproto personal data server",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@atproto/common": "^0.4.5",
"@atproto/pds": "0.4.77",
2025-01-01 17:32:16 +00:00
"@marshift/strawberry": "^1.5.1",
2024-11-19 05:25:01 +00:00
"dotenv": "^16.4.5",
"express": "^4.21.1"
},
"devDependencies": {
"@types/express": "^5.0.0"
},
"peerDependencies": {
"@atproto/oauth-provider": "^0.2.10"
2024-11-19 05:25:01 +00:00
}
}