mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
e3516fa8cf
Some checks are pending
Bundler Audit / security (push) Waiting to run
Check i18n / check-i18n (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
CSS Linting / lint (push) Waiting to run
Haml Linting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.1) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / Libvips tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.1) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.1) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.1, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@mastodon/streaming",
|
|
"license": "AGPL-3.0-or-later",
|
|
"packageManager": "yarn@4.4.1",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"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.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"ioredis": "^5.3.2",
|
|
"jsdom": "^24.0.0",
|
|
"pg": "^8.5.0",
|
|
"pg-connection-string": "^2.6.0",
|
|
"pino": "^9.0.0",
|
|
"pino-http": "^10.0.0",
|
|
"prom-client": "^15.0.0",
|
|
"uuid": "^10.0.0",
|
|
"ws": "^8.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.16",
|
|
"@types/express": "^4.17.17",
|
|
"@types/pg": "^8.6.6",
|
|
"@types/uuid": "^10.0.0",
|
|
"@types/ws": "^8.5.9",
|
|
"eslint-define-config": "^2.0.0",
|
|
"pino-pretty": "^11.0.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^6.0.3"
|
|
}
|
|
}
|