forked from jfadev/bottok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 811 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
{
"name": "bottok",
"version": "1.0.6",
"description": "Bot Tok is an TikTok Up Bot (likes, followers, shares, favorites and views) based in node.js, puppeteer and zefoy.com.",
"type": "module",
"main": "bottok.js",
"scripts": {
"start": "node ./bottok.js"
},
"repository": "[email protected]:jfadev/bottok.git",
"bugs": {
"url": "https://github.com/jfadev/bottok/issues"
},
"homepage": "https://jordifernandes.com/bottok",
"keywords": ["tiktok", "viewbot", "likebot", "followbot", "sharebot", "js", "nodejs"],
"author": "Jordi Fernandes Alves <[email protected]>",
"license": "ISC",
"dependencies": {
"inquirer": "^9.1.4",
"minimist": "^1.2.7",
"puppeteer": "^19.6.3",
"sync-fetch": "^0.4.2",
"terminal-image": "^2.0.0",
"tesseract.js": "^4.0.2"
}
}