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