-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
{
"name": "ai-grader-backend",
"version": "1.0.0",
"description": "Backend for AI-Grader - an ai service for grading handwritten tests",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.100.0",
"@aws-sdk/lib-storage": "^3.107.0",
"@aws-sdk/types": "^3.226.0",
"@azure/ai-text-analytics": "^5.1.0",
"@azure/cognitiveservices-computervision": "^8.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"async": "^3.2.1",
"axios": "^0.22.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-handler": "^1.2.0",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"nodemon": "^2.0.20",
"openai": "^3.1.0",
"react-scripts": "^4.0.3",
"synonyms": "^1.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"scripts": {
"start": "node app.ts",
"dev": "nodemon app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fiewor/ai-grader-backend.git"
},
"author": {
"name": "John Fiewor",
"email": "johnfiewor@gmail.com",
"url": "https://github.com/Fiewor"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Fiewor/ai-grader-backend/issues"
},
"homepage": "https://github.com/Fiewor/ai-grader-backend",
"keywords": [
"grading",
"machine learning",
"ai",
"azure-ai"
],
"devDependencies": {}
}