-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
57
58
{
"name": "owofarmbot_stable",
"version": "0.0.9.3.2",
"version_note": "added dynamic interval for checklist",
"description": "Discord OwO farm bot stable with CAPTCHA(BAN) protection",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Mid0aria/owofarmbot_stable.git"
},
"keywords": [
"nodejs",
"bot",
"selfbot",
"selfbot-for-discord",
"owo",
"owo-bot",
"owo-self-bot",
"owofarm",
"discord-owo-selfbot",
"self-owo",
"owofarmbot",
"owoautofarm",
"owobot",
"owoautofarmer"
],
"author": "Mid0aria",
"license": "ISC",
"type": "commonjs",
"scripts": {
"start": "node main.js",
"run": "node main.js",
"setup": "npm i",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^1.8.1",
"chalk": "^4.1.2",
"discord.js-selfbot-v13": "^3.6.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"fs-extra": "^11.3.0",
"node-notifier": "^10.0.1",
"sharp": "^0.33.5",
"ws": "^8.18.1",
"yargs": "^17.7.2"
},
"bugs": {
"url": "https://github.com/Mid0aria/owofarmbot_stable/issues"
},
"homepage": "https://github.com/Mid0aria/owofarmbot_stable#readme",
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"prettier": "^3.5.2"
}
}