-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 983 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
39
40
41
42
43
{
"name": "0x-discord-bot",
"version": "1.2.0",
"description": "A bot created for the 0x community on Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"linux"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cheesits456/0xDiscordBot.git"
},
"author": {
"name": "cheesits456",
"email": "[email protected]",
"url": "https://cheesits456.dev"
},
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/cheesits456"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cheesits456/0xDiscordBot/issues"
},
"homepage": "https://github.com/cheesits456/0xDiscordBot#readme",
"private": true,
"dependencies": {
"@haileybot/sanitize-role-mentions": "^1.2.3",
"chalk": "^4.1.0",
"discord.js": "^12.3.1",
"dotenv-defaults": "^2.0.1",
"node-fetch": "^2.6.1",
"puppeteer": "^5.2.1",
"twit": "^2.2.11"
}
}