-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 870 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
33
34
35
36
{
"name": "visionx",
"version": "1.0.0",
"description": "Follow the trend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankithans/VisionX.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankithans/VisionX/issues"
},
"homepage": "https://github.com/ankithans/VisionX#readme",
"dependencies": {
"@google-cloud/vision": "^2.4.0",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"color-namer": "^1.4.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"node-color-log": "^7.0.0",
"rgb2hex": "^0.2.5",
"twit": "^2.2.11",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}