-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "optopulseai",
"version": "1.0.0",
"description": "An all-in-one AI platform designed to evaluate and analyze optometric information, such as elevated dry eye risk and basic vision tests.",
"main": "index.js",
"scripts": {
"listen": "nodemon public/eval/srv/eyes.tsc",
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/html1101/Eye-Project.git"
},
"keywords": [
"eye",
"vision",
"cmu",
"hackathon",
"learn",
"eval"
],
"author": "Sarah Cross, Elizabeth Terveen",
"license": "ISC",
"bugs": {
"url": "https://github.com/html1101/Eye-Project/issues"
},
"homepage": "https://github.com/html1101/Eye-Project#readme",
"dependencies": {
"@tensorflow/tfjs-backend-webgl": "^4.17.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"openai": "^4.26.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"nodemon": "^3.0.3",
"ts-node": "^10.9.2"
}
}