plinth-infra/pds-testing/package.json

18 lines
380 B
JSON
Raw Normal View History

2024-11-26 20:02:15 +00:00
{
"name": "pds-testing",
"private": true,
"version": "0.0.0",
"description": "Service entrypoint for atproto personal data server",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@atproto/common": "^0.4.4",
"@atproto/pds": "0.4.71",
"dotenv": "^16.4.5",
"express": "^4.21.1"
},
"devDependencies": {
"@types/express": "^5.0.0"
}
}