-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 773 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 773 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
{
"name": "neuron-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"deploy": "node deployCommands.js",
"deployGlobal": "npm run deploy -- --global",
"deployGuild": "npm run deploy -- --guild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "anomic30",
"license": "ISC",
"dependencies": {
"@google-ai/generativelanguage": "^0.2.0",
"@leap-ai/sdk": "^0.0.119",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"google-auth-library": "^8.8.0",
"googlethis": "^1.7.1",
"ipfs-http-client": "^56.0.3",
"mongoose": "^7.0.3",
"openai": "^3.2.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}