We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0bc12 commit 3e935eeCopy full SHA for 3e935ee
package.json
@@ -8,13 +8,13 @@
8
"test": "echo \"No tests specified\" && exit 0"
9
},
10
"dependencies": {
11
- "tensorflow": "^2.0.0", // If using TensorFlow.js for machine learning
12
- "opencv4nodejs": "^5.6.0", // OpenCV for image processing
13
- "express": "^4.17.1" // For serving the app if it includes a server
+ "tensorflow": "^2.0.0",
+ "opencv4nodejs": "^5.6.0",
+ "express": "^4.17.1"
14
15
"devDependencies": {
16
- "eslint": "^7.32.0" // Optional: For code quality checks
+ "eslint": "^7.32.0"
17
18
- "author": "Project Code Dev Team",
+ "author": "James Doan",
19
"license": "ISC"
20
}
0 commit comments