-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1004 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
29
30
31
32
33
34
35
36
37
38
{
"name": "NoStickers-Structures",
"version": "1.2.0",
"description": "The Source Code for NoStickers bot written in Discord.js also added on customizable tweaks/configs for server admins. 👀",
"main": "./src/index.js",
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"keywords": [
"bots",
"configuration",
"stickers"
],
"author": "MrCrypticXDev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MrCrypticXDev/NoStickers-Discord-Bot/issues"
},
"homepage": "https://github.com/MrCrypticXDev/NoStickers-Discord-Bot#readme",
"repository": {
"type": "git",
"url": "https://github.com/MrCrypticXDev/NoStickers-Discord-Bot.git"
},
"dependencies": {
"chalk": "^4.1.1",
"discord-interactions": "^2.3.0",
"discord.js": "^13.0.0-dev.28b5ffb.1625702624",
"mongoose": "^5.12.13"
},
"devDependencies": {
"eslint": "^7.28.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
}
}