-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 863 Bytes
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
{
"name": "andrew-discord-bot",
"version": "1.0.0",
"description": "The funny Andrew_Fish27 bot. For now, it's very top secret! :trollface:",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpookedDoor/Andrew-Discord-Bot.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpookedDoor/Andrew-Discord-Bot/issues"
},
"homepage": "https://github.com/SpookedDoor/Andrew-Discord-Bot#readme",
"dependencies": {
"booru": "^2.9.0",
"discord.js": "^14.26.5",
"dotenv": "^17.4.2",
"openai": "^6.46.0",
"pg": "^8.22.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/pg": "^8.20.0",
"typescript": "^7.0.2"
}
}