-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.13 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 3.13 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "streamtor",
"version": "0.1.0",
"description": "A Torrent Streaming App that helps You Watch Movies, Series on torrent without downloading them.",
"private": true,
"main": "public/electron.js",
"author": "Jay Vishaal J",
"homepage": "./",
"dependencies": {
"@iconify/icons-ant-design": "^1.1.0",
"@rescripts/cli": "0.0.14",
"@rescripts/rescript-env": "0.0.12",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"custom-electron-titlebar": "^3.2.5",
"electron-is-dev": "^1.2.0",
"electron-log": "^4.3.0",
"electron-updater": "^4.3.5",
"express": "^4.17.1",
"frameless-titlebar": "^2.1.4",
"fs": "0.0.1-security",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-lottie": "^1.2.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"redux": "^4.0.5",
"thepiratebayapi": "^1.1.1",
"video-react": "^0.14.1",
"wait-on": "^5.2.0",
"web-vitals": "^0.2.4",
"webtorrent": "^0.112.0"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ebuild": "npm run build && node_modules/.bin/build",
"dev": "concurrently \"npm start\" \"wait-on http://localhost:3000 && electron .\"",
"pretest": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"gh-publish": "electron-builder --win -p always"
},
"build": {
"appId": "com.jvj.streamtor",
"productName": "Streamtor",
"copyright": "Copyright © year Jay Vishaal J",
"files": [
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "public"
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
],
"signingHashAlgorithms": [
"sha1",
"sha256"
]
}
]
},
"publish": [
{
"provider": "github",
"owner": "jayvishaalj",
"repo": "Streamtor",
"releaseType": "draft"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Streamtor/streamtor.git"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@iconify/icons-ei": "^1.0.5",
"@iconify/icons-gg": "^1.0.0",
"@iconify/react": "^1.1.3",
"electron-builder": "^22.9.1",
"electron": "^10.1.5"
},
"bugs": {
"url": "https://github.com/Streamtor/streamtor/issues"
},
"keywords": [
"Streamtor",
"Jay Vishaal J",
"Stream",
"Torrent",
"Movies",
"Series"
]
}