-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
56 lines (56 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
{
"dependencies": {
"@freetube/yt-comment-scraper": "^6.2.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"cli-spinners": "^2.6.1",
"command-exist": "^1.0.0",
"command-exists": "^1.2.9",
"date-format": "^4.0.13",
"extract-urls": "^1.3.2",
"fingerprint-injector": "^2.1.45",
"geoip-lite": "^1.4.5",
"html-to-text": "^8.1.0",
"ip": "^1.1.8",
"karma-chrome-launcher": "^3.1.1",
"node-unzip-2": "^0.2.8",
"openai": "^3.2.1",
"puppeteer": "^21.3.6",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"queue": "^6.0.2",
"spinnies": "^0.5.1",
"tmp": "^0.2.1",
"zip-lib": "^0.7.3"
},
"name": "yt-commenter",
"version": "1.0.0",
"description": "Auto Comment Youtube Videos",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tegal1337/Youtube-Auto-Commenter.git"
},
"keywords": [
"Yt"
],
"author": "Abdul Muttaqin",
"license": "ISC",
"bugs": {
"url": "https://github.com/tegal1337/Youtube-Auto-Commenter/issues"
},
"homepage": "https://github.com/tegal1337/Youtube-Auto-Commenter#readme",
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unused-imports": "^2.0.0"
}
}