-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
28 lines (28 loc) · 861 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
27
28
{
"name": "presence-update-v2",
"version": "1.0.0",
"description": "Do you think your e-girlfriend is cheating on you while you sleep? Well worry no more use this selfbot to log when she was online/dnd/idle/offline using this selfbot 😂",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js-selfbot-v13": "^2.4.6",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"moment": "^2.29.4",
"old-wio.db": "^4.0.10"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/xHaruke/Discord-Stalker.git"
},
"bugs": {
"url": "https://github.com/xHaruke/Discord-Stalker/issues"
},
"homepage": "https://github.com/xHaruke/Discord-Stalker#readme"
}