Files
cobalt/api/package.json
wukko c857054dcc all: update dependencies
- updated all dependencies to safe versions to fix all possible package vulnerabilities
- web: removed @types/eslint__js
2025-12-23 23:37:05 +06:00

51 lines
1.4 KiB
JSON

{
"name": "@imput/cobalt-api",
"description": "save what you love",
"version": "11.5",
"author": "imput",
"exports": "./src/cobalt.js",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node src/cobalt",
"test": "node src/util/test",
"token:jwt": "node src/util/generate-jwt-secret"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imputnet/cobalt.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/imputnet/cobalt/issues"
},
"homepage": "https://github.com/imputnet/cobalt#readme",
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.5",
"@imput/psl": "^2.0.4",
"@imput/version-info": "workspace:^",
"content-disposition-header": "0.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^4.22.1",
"express-rate-limit": "^8.2.1",
"ffmpeg-static": "^5.3.0",
"hls-parser": "^0.16.0",
"ipaddr.js": "2.3.0",
"mime": "^4.1.0",
"nanoid": "^5.1.6",
"set-cookie-parser": "2.7.2",
"undici": "^6.22.0",
"url-pattern": "1.0.3",
"youtubei.js": "16.0.1",
"zod": "^4.2.1"
},
"optionalDependencies": {
"freebind": "^0.2.2",
"rate-limit-redis": "^4.3.1",
"redis": "^5.10.0"
}
}