ccprojects commited on
Commit
99c7d77
·
verified ·
1 Parent(s): 4a915d4

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +19 -0
package.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "nodejs",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "@google/generative-ai": "^0.24.1",
14
+ "@types/node": "^22.13.11",
15
+ "axios": "^1.10.0",
16
+ "discord.js": "^14.21.0",
17
+ "express": "^5.1.0"
18
+ }
19
+ }