{ "name": "activitypub-proxy", "version": "0.2.3", "keywords": [ "activitypub", "mastodon", "misskey", "pleroma", "fediblock" ], "homepage": "https://activitypub-proxy.cf", "bugs": "https://gitea.moe/lamp/activitypub-proxy/issues", "repository": { "type": "git", "url": "https://gitea.moe/lamp/activitypub-proxy" }, "dependencies": { "@keyv/sqlite": "^3.6.4", "activitypub-http-signatures": "^2.0.1", "dotenv": "^16.0.3", "express": "^4.18.2", "express-async-errors": "^3.1.1", "keyv": "^4.5.2", "node-fetch": "^3.3.0" }, "type": "module", "engines": { "node": ">=15.0.0" } }