forked from kompot/nhl-tv-geeky-streams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 820 Bytes
/
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
{
"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/chalk": "^2.2.0",
"@types/cookie": "^0.3.1",
"@types/inquirer": "^0.0.36",
"@types/lodash": "^4.14.91",
"@types/luxon": "^0.2.0",
"@types/shelljs": "^0.7.7",
"chalk": "^2.3.0",
"cookie": "^0.3.1",
"inquirer": "^4.0.1",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"luxon": "^0.2.11",
"m3u8-parser": "^4.0.0",
"restyped-axios": "^1.3.1",
"shelljs": "^0.7.8",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"scripts": {
"start": "./node_modules/.bin/ts-node src/index.ts"
}
}