-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "podcheater",
"version": "1.0.0",
"description": "Use 4G modem and different UA to get fake certified podcast downloads",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vocast-fr/podcheater.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vocast-fr/podcheater/issues"
},
"homepage": "https://github.com/Vocast-fr/podcheater#readme",
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.0.5"
},
"dependencies": {
"@google-cloud/bigquery": "^5.2.0",
"check-internet-connected": "^2.0.5",
"deepcopy": "^2.1.0",
"dotenv": "^8.2.0",
"moment": "^2.27.0",
"opening_hours": "^3.5.0",
"public-ip": "^4.0.2",
"random-selector": "^1.0.12",
"superagent": "^6.0.0",
"xml-js": "^1.6.11"
}
}