-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"dependencies": {
"@google-cloud/vertexai": "^0.2.1",
"@google/generative-ai": "^0.1.3",
"@keyv/mysql": "^1.7.2",
"@supabase/supabase-js": "^2.39.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-openid-connect": "^2.15.0",
"express-session": "^1.17.3",
"node-fetch": "^2.6.9",
"passport": "^0.6.0",
"passport-auth0": "^1.4.3",
"tailwindcss-labeled-groups": "^0.0.2"
},
"scripts": {
"start": "node server.js"
},
"name": "qgenie",
"description": "QGenie is a web application that uses GPT AI Technology to generate exam questions. It is free to use, and is hosted on Netlify.",
"version": "1.0.0",
"main": "server.js",
"module": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/aspekts/QGenie.git"
},
"keywords": [
"exam",
"ai",
"model",
"generator",
"examgen",
"genie",
"gen"
],
"author": "Aspekts",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspekts/QGenie/issues"
},
"homepage": "https://github.com/aspekts/QGenie#readme",
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}