Skip to content

Commit 3e935ee

Browse files
authored
Update package.json
Remove comments to clear Node.js tests.
1 parent 3b0bc12 commit 3e935ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"test": "echo \"No tests specified\" && exit 0"
99
},
1010
"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
11+
"tensorflow": "^2.0.0",
12+
"opencv4nodejs": "^5.6.0",
13+
"express": "^4.17.1"
1414
},
1515
"devDependencies": {
16-
"eslint": "^7.32.0" // Optional: For code quality checks
16+
"eslint": "^7.32.0"
1717
},
18-
"author": "Project Code Dev Team",
18+
"author": "James Doan",
1919
"license": "ISC"
2020
}

0 commit comments

Comments
 (0)