-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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": "ayomi",
"version": "1.0.3",
"description": "Anime bot for Discord servers.",
"keywords": [
"discord",
"bot",
"ayomi",
"anime",
"anime bot"
],
"homepage": "https://nekosia.cat",
"bugs": {
"url": "https://github.com/Nekosia-API/ayomi-discord-bot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nekosia-API/ayomi-discord-bot.git"
},
"license": "CC BY-NC-SA",
"author": "Sefinek <contact@nekosia.cat> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"dependencies": {
"@discordjs/rest": "^2.4.0",
"axios": "^1.7.7",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"discord-api-types": "^0.37.103",
"globals": "^15.11.0"
}
}