-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 874 Bytes
/
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
{
"name": "foodrecognitionbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow/tfjs-node": "^3.9.0",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"get-image-data": "^5.0.0",
"image-js": "^0.33.0",
"jimp": "^0.16.1",
"multer": "^1.4.3",
"nodemon": "^2.0.13",
"resize-optimize-images": "^1.1.2",
"sharp": "^0.29.1",
"uuid": "^8.3.2"
}
}