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 3e935ee commit af4eaa7Copy full SHA for af4eaa7
package.json
@@ -1,20 +1,11 @@
1
{
2
"name": "ai-object-recognition",
3
"version": "1.0.0",
4
- "description": "An AI-powered object recognition project aimed at improving accessibility for visually impaired users.",
+ "description": "A complex Node.js project",
5
"main": "index.js",
6
"scripts": {
7
- "start": "node index.js",
8
"test": "echo \"No tests specified\" && exit 0"
9
},
10
- "dependencies": {
11
- "tensorflow": "^2.0.0",
12
- "opencv4nodejs": "^5.6.0",
13
- "express": "^4.17.1"
14
- },
15
- "devDependencies": {
16
- "eslint": "^7.32.0"
17
18
- "author": "James Doan",
+ "author": "Project Code Dev Team",
19
"license": "ISC"
20
}
0 commit comments