Files
mastodon/streaming/package.json
2026-08-11 08:05:50 +00:00

46 lines
1.1 KiB
JSON

{
"name": "@mastodon/streaming",
"license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.18.0",
"engines": {
"node": ">=22"
},
"description": "Mastodon's Streaming Server",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mastodon/mastodon.git"
},
"scripts": {
"start": "node ./index.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"cors": "2.8.6",
"dotenv": "17.4.2",
"express": "5.2.1",
"ioredis": "5.11.1",
"jsdom": "30.0.1",
"pg": "8.22.0",
"pg-connection-string": "2.14.0",
"pino": "10.3.1",
"pino-http": "11.0.0",
"prom-client": "15.1.3",
"uuid": "14.0.1",
"ws": "8.21.3"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/pg": "8.20.0",
"@types/ws": "8.18.1",
"@typescript/native": "npm:typescript@7.0.2",
"globals": "17.3.0",
"pino-pretty": "13.1.3",
"typescript": "npm:@typescript/typescript6@6.0.2",
"typescript-eslint": "8.65.0"
}
}