-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 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
42
43
44
45
46
47
{
"name": "minitv",
"version": "0.1.0",
"description": "Downloader For Amazon minitv",
"main": "dist/index.js",
"bin": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnav-kr/minitv.git"
},
"files": [
"dist/"
],
"keywords": [
"minitv",
"amazon",
"movies",
"web series",
"tv",
"downloader"
],
"author": "arnav-kr (https://github.com/arnav-kr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnav-kr/minitv/issues"
},
"homepage": "https://github.com/arnav-kr/minitv#readme",
"dependencies": {
"jsdom": "^24.1.1",
"undici": "^6.19.7"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}