2022-07-08 20:17:56 +02:00
|
|
|
{
|
|
|
|
"name": "cobalt",
|
2022-08-06 17:21:48 +02:00
|
|
|
"description": "save what you love",
|
2024-07-26 05:52:55 +02:00
|
|
|
"version": "7.15",
|
2024-05-14 08:54:07 +02:00
|
|
|
"author": "imput",
|
2022-07-28 18:03:17 +02:00
|
|
|
"exports": "./src/cobalt.js",
|
2022-07-08 20:17:56 +02:00
|
|
|
"type": "module",
|
|
|
|
"engines": {
|
2023-04-09 05:40:13 +02:00
|
|
|
"node": ">=18"
|
2022-07-08 20:17:56 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-07-17 13:08:49 +02:00
|
|
|
"start": "node src/cobalt",
|
2023-02-12 08:40:49 +01:00
|
|
|
"setup": "node src/modules/setup",
|
2024-06-08 13:52:36 +02:00
|
|
|
"test": "node src/util/test",
|
2023-10-14 20:03:55 +02:00
|
|
|
"build": "node src/modules/buildStatic",
|
2024-06-08 14:05:18 +02:00
|
|
|
"token:youtube": "node src/util/generate-youtube-tokens"
|
2022-07-08 20:17:56 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-14 08:54:07 +02:00
|
|
|
"url": "git+https://github.com/imputnet/cobalt.git"
|
2022-07-08 20:17:56 +02:00
|
|
|
},
|
2022-07-30 10:18:05 +02:00
|
|
|
"license": "AGPL-3.0",
|
2022-07-08 20:17:56 +02:00
|
|
|
"bugs": {
|
2024-05-14 08:54:07 +02:00
|
|
|
"url": "https://github.com/imputnet/cobalt/issues"
|
2022-07-08 20:17:56 +02:00
|
|
|
},
|
2024-05-14 08:54:07 +02:00
|
|
|
"homepage": "https://github.com/imputnet/cobalt#readme",
|
2022-07-08 20:17:56 +02:00
|
|
|
"dependencies": {
|
2023-10-14 18:51:53 +02:00
|
|
|
"content-disposition-header": "0.6.0",
|
2022-07-10 16:04:03 +02:00
|
|
|
"cors": "^2.8.5",
|
2022-07-08 20:17:56 +02:00
|
|
|
"dotenv": "^16.0.1",
|
2022-07-30 11:01:54 +02:00
|
|
|
"esbuild": "^0.14.51",
|
2023-04-08 12:58:44 +02:00
|
|
|
"express": "^4.18.1",
|
2022-07-08 20:17:56 +02:00
|
|
|
"express-rate-limit": "^6.3.0",
|
2022-10-24 15:03:11 +02:00
|
|
|
"ffmpeg-static": "^5.1.0",
|
2023-09-16 19:38:07 +02:00
|
|
|
"hls-parser": "^0.10.7",
|
2023-07-25 21:46:25 +02:00
|
|
|
"ipaddr.js": "2.1.0",
|
2023-04-08 18:55:44 +02:00
|
|
|
"nanoid": "^4.0.2",
|
2022-07-08 20:17:56 +02:00
|
|
|
"node-cache": "^5.1.2",
|
2024-03-06 20:03:54 +01:00
|
|
|
"psl": "1.9.0",
|
2023-08-16 21:49:55 +02:00
|
|
|
"set-cookie-parser": "2.6.0",
|
2024-05-12 18:04:05 +02:00
|
|
|
"undici": "^5.19.1",
|
2022-07-28 18:03:17 +02:00
|
|
|
"url-pattern": "1.0.3",
|
2024-07-26 05:50:27 +02:00
|
|
|
"youtubei.js": "^10.2.0"
|
2024-05-12 18:12:45 +02:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"freebind": "^0.2.2"
|
2022-07-08 20:17:56 +02:00
|
|
|
}
|
|
|
|
}
|