-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"name": "skinstealerdiscordbot33",
"version": "3.4.0",
"description": "This is source code for Skin Stealer Bot",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"type": "module",
"keywords": [
"Skin Stealer",
"Discord Bot",
"Skin Stealer Discord Bot",
"ihzaq"
],
"author": "IHZAQ",
"license": "MIT",
"dependencies": {
"axios": "^1.14.0",
"canvas": "^3.2.3",
"discord.js": "^14.26.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"mongoose": "^9.3.3",
"qrcode": "^1.5.4",
"sharp": "^0.34.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IHZAQ/SkinStealerDiscordBot33.git"
},
"bugs": {
"url": "https://github.com/IHZAQ/SkinStealerDiscordBot33/issues"
},
"homepage": "https://github.com/IHZAQ/SkinStealerDiscordBot33#readme"
}