-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 837 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
35
{
"name": "sad_machine",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.js"
},
"author": "Sushi",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"@google/generative-ai": "^0.21.0",
"@snazzah/davey": "^0.1.8",
"axios": "^1.1.3",
"canvas": "^3.2.1",
"cohere-ai": "^5.0.2",
"colors": "^1.4.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"isomorphic-unfetch": "^4.0.1",
"libgen": "^2.2.0",
"mediaplex": "^1.0.0",
"nanospinner": "^1.1.0",
"node-fetch": "^2.6.6",
"npx": "^3.0.0",
"request": "^2.88.2",
"skycons": "^1.0.0"
},
"description": "",
"devDependencies": {
"nodemon": "^3.1.0"
}
}