2022-07-08 18:17:56 +00:00
|
|
|
{
|
2024-08-03 16:46:12 +00:00
|
|
|
"name": "@imput/cobalt-api",
|
2022-08-06 15:21:48 +00:00
|
|
|
"description": "save what you love",
|
2024-10-30 18:14:26 +00:00
|
|
|
"version": "10.2.1",
|
2024-05-14 06:54:07 +00:00
|
|
|
"author": "imput",
|
2022-07-28 16:03:17 +00:00
|
|
|
"exports": "./src/cobalt.js",
|
2022-07-08 18:17:56 +00:00
|
|
|
"type": "module",
|
|
|
|
"engines": {
|
2023-04-09 03:40:13 +00:00
|
|
|
"node": ">=18"
|
2022-07-08 18:17:56 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-07-17 11:08:49 +00:00
|
|
|
"start": "node src/cobalt",
|
2024-06-08 11:52:36 +00:00
|
|
|
"test": "node src/util/test",
|
2024-10-20 10:35:05 +00:00
|
|
|
"token:youtube": "node src/util/generate-youtube-tokens",
|
|
|
|
"token:jwt": "node src/util/generate-jwt-secret"
|
2022-07-08 18:17:56 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-14 06:54:07 +00:00
|
|
|
"url": "git+https://github.com/imputnet/cobalt.git"
|
2022-07-08 18:17:56 +00:00
|
|
|
},
|
2022-07-30 08:18:05 +00:00
|
|
|
"license": "AGPL-3.0",
|
2022-07-08 18:17:56 +00:00
|
|
|
"bugs": {
|
2024-05-14 06:54:07 +00:00
|
|
|
"url": "https://github.com/imputnet/cobalt/issues"
|
2022-07-08 18:17:56 +00:00
|
|
|
},
|
2024-05-14 06:54:07 +00:00
|
|
|
"homepage": "https://github.com/imputnet/cobalt#readme",
|
2022-07-08 18:17:56 +00:00
|
|
|
"dependencies": {
|
2024-10-30 19:06:46 +00:00
|
|
|
"@datastructures-js/priority-queue": "^6.3.1",
|
2024-08-03 15:34:02 +00:00
|
|
|
"@imput/version-info": "workspace:^",
|
2023-10-14 16:51:53 +00:00
|
|
|
"content-disposition-header": "0.6.0",
|
2022-07-10 14:04:03 +00:00
|
|
|
"cors": "^2.8.5",
|
2022-07-08 18:17:56 +00:00
|
|
|
"dotenv": "^16.0.1",
|
2022-07-30 09:01:54 +00:00
|
|
|
"esbuild": "^0.14.51",
|
2024-10-05 16:09:00 +00:00
|
|
|
"express": "^4.21.0",
|
2024-11-01 12:54:16 +00:00
|
|
|
"express-rate-limit": "^7.4.1",
|
2022-10-24 13:03:11 +00:00
|
|
|
"ffmpeg-static": "^5.1.0",
|
2023-09-16 17:38:07 +00:00
|
|
|
"hls-parser": "^0.10.7",
|
2024-10-04 14:58:56 +00:00
|
|
|
"ipaddr.js": "2.2.0",
|
2023-04-08 16:55:44 +00:00
|
|
|
"nanoid": "^4.0.2",
|
2022-07-08 18:17:56 +00:00
|
|
|
"node-cache": "^5.1.2",
|
2024-03-06 19:03:54 +00:00
|
|
|
"psl": "1.9.0",
|
2023-08-16 19:49:55 +00:00
|
|
|
"set-cookie-parser": "2.6.0",
|
2024-05-12 16:04:05 +00:00
|
|
|
"undici": "^5.19.1",
|
2022-07-28 16:03:17 +00:00
|
|
|
"url-pattern": "1.0.3",
|
2024-10-05 16:09:00 +00:00
|
|
|
"youtubei.js": "^10.5.0",
|
2024-08-08 16:34:54 +00:00
|
|
|
"zod": "^3.23.8"
|
2024-05-12 16:12:45 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2024-10-30 18:59:20 +00:00
|
|
|
"freebind": "^0.2.2",
|
2024-11-01 13:26:18 +00:00
|
|
|
"rate-limit-redis": "^4.2.0",
|
2024-10-30 18:59:20 +00:00
|
|
|
"redis": "^4.7.0"
|
2022-07-08 18:17:56 +00:00
|
|
|
}
|
|
|
|
}
|