-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 956 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": "replicate-bot",
"version": "1.0.0",
"description": "🤖 Discord bot with AI-based commands.",
"main": "src/index.ts",
"dependencies": {
"advanced-logs": "^2.1.3",
"axios": "^1.3.1",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"glob": "^8.1.0"
},
"devDependencies": {
"@types/glob": "^8.0.1",
"@types/node": "^18.11.18",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swothh/replicate-bot.git"
},
"keywords": [
"discord",
"bot",
"ai",
"replicate"
],
"author": "Swôth",
"license": "MIT",
"bugs": {
"url": "https://github.com/Swothh/replicate-bot/issues"
},
"homepage": "https://github.com/Swothh/replicate-bot#readme"
}