This commit is contained in:
Ibnu Naz'm Ar-rosyid
2025-07-18 20:05:17 +07:00
commit bea44c1b7c
234 changed files with 5681 additions and 0 deletions

18
Server/package.json Normal file
View File

@ -0,0 +1,18 @@
{
"dependencies": {
"@tensorflow/tfjs-node": "^4.8.0",
"express": "^4.21.2",
"multer": "^1.4.5-lts.1"
},
"name": "tomato_leaf_care",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}