-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "roboflow-cli",
"version": "0.0.18",
"description": "Roboflow.com CLI tool",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roboflow-ai/roboflow-cli.git"
},
"bin": {
"roboflow": "./cli/index.js"
},
"dependencies": {
"@roboflow/annotation": "^1.0.150",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"commander": "^9.4.0",
"conf": "^10.2.0",
"enquirer": "^2.3.6",
"extract-zip": "^2.0.1",
"filesize": "^10.0.7",
"form-data": "^4.0.0",
"glob": "^8.0.3",
"install": "^0.13.0",
"open": "^8.4.0",
"p-limit": "^3.1.0",
"progress": "^2.0.3",
"tempfile": "^3.0.0",
"terminal-link": "^2.1.1"
},
"devDependencies": {
"jest": "^29.2.2",
"prettier": "^2.7.1"
},
"keywords": [
"roboflow",
"computer",
"vision",
"datasets"
],
"author": "Roboflow",
"license": "MIT",
"bugs": {
"url": "https://github.com/roboflow-ai/roboflow-cli/issues"
},
"homepage": "https://github.com/roboflow-ai/roboflow-cli#readme"
}