-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 595 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 595 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
{
"name": "hindu-scr",
"version": "1.0.0",
"description": "",
"main": "./js/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./js/server.js",
"dev": "nodemon ./js/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/genai": "^1.17.0",
"@google/generative-ai": "^0.24.1",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"hindu-scr": "file:",
"mime": "^4.0.7",
"multer": "^2.0.2"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}