forked from kyan0045/CatchTwo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.42 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
{
"name": "CatchTwo",
"description": "This AutoCatcher was designed to automatically catch Pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features to make you rich in Poketwo. Apart from autocatching, the bot extends its features to easy customization with easy setup.",
"version": "1.3.9",
"main": "index.js",
"devDependencies": {},
"scripts": {
"start": "npm install && npm run git-setup && npm run start-app",
"git-setup": "if not exist .git (git init && git remote add origin https://github.com/kyan0045/catchtwo.git)",
"start-app": "git fetch origin && git checkout -B main origin/main && git pull origin main && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyan0045/catchtwo.git"
},
"keywords": [
"catchtwo",
"autocatcher",
"poketwo-selfbot",
"selfbot"
],
"author": "kyan0045",
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/kyan0045/catchtwo/issues"
},
"homepage": "https://github.com/kyan0045/catchtwo#readme",
"dependencies": {
"axios": "^1.4.0",
"chalk": "4.1.0",
"child_process": "^1.0.2",
"date-and-time": "^3.0.2",
"discord-webhook-node": "^1.1.8",
"discord.js-selfbot-v13": "^2.14.9",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"pokehint": "^1.3.2"
}
}