-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
{
"name": "capybot",
"version": "1.0.4",
"description": "Your friendly Capybara Bot is capyble or fulfilling all your Discord needs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "npx nodemon src/index.js",
"clean": "rm -rf capybot.log",
"update": "npx npm-check -u",
"deploy": "git add . && git commit -m 'update' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Best-Codes/capybot.git"
},
"bugs": {
"url": "https://github.com/The-Best-Codes/capybot/issues"
},
"homepage": "https://github.com/The-Best-Codes/capybot#readme",
"keywords": [
"bot",
"discord",
"capybara"
],
"author": "The-Best-Codes",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"openai": "^4.62.0",
"perf_hooks": "^0.0.1",
"winston": "^3.14.2"
},
"devDependencies": {
"nodemon": "^3.1.5"
}
}