-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "nhl-tv-geeky-streams",
"version": "1.0.0",
"main": "src/index.js",
"repository": "https://github.com/kompot/nhl-tv-geeky-streams",
"author": "Anton Fedchenko <kompotik@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@types/inquirer": "^8.2.11",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.19",
"@types/luxon": "^3.6.2",
"@types/node": "^24.0.8",
"@types/shelljs": "^0.8.16",
"@types/ws": "^8.18.1",
"@types/yargs": "^17.0.33",
"chalk": "^4.1.2",
"cookie": "^1.0.2",
"inquirer": "^8.2.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.6.1",
"m3u8-parser": "^7.2.0",
"restyped-axios": "^2.0.0",
"shelljs": "^0.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"ws": "^8.18.3",
"yargs": "^17.7.2"
},
"resolutions": {
"@babel/runtime": "^7.27.6",
"axios": "^1.10.0",
"follow-redirects": "^1.15.9"
},
"scripts": {
"start": "./node_modules/.bin/ts-node src/index.ts"
}
}