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": {
|
2024-12-19 14:32:28 +00:00
|
|
|
"@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"
|
2024-12-19 14:55:55 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@atproto/oauth-provider": "^0.2.10"
|
2024-11-19 05:25:01 +00:00
|
|
|
}
|
|
|
|
}
|