-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.06 KB
/
package.json
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
41
{
"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 <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"@types/cookie": "^0.6.0",
"@types/inquirer": "^8.2.10",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.9",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.4",
"@types/shelljs": "^0.8.15",
"@types/ws": "^8.5.12",
"@types/yargs": "^17.0.33",
"chalk": "^4.1.2",
"cookie": "^0.7.2",
"inquirer": "^8.2.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"m3u8-parser": "^7.2.0",
"restyped-axios": "^2.0.0",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"ws": "^8.18.0",
"yargs": "^17.7.2"
},
"resolutions": {
"follow-redirects": "^1.15.9",
"restyped-axios/axios": "^1.7.7",
"shelljs/rechoir": "^0.8.0"
},
"scripts": {
"start": "./node_modules/.bin/ts-node src/index.ts"
}
}