-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "@henryzhuhr/deep-object-detect-track",
"version": "1.0.0-beta.1",
"description": "A deep learning deployment project to detect and track objects in videos",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs --host",
"docs:build": "vitepress build docs",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"deep learning",
"object detection",
"object tracking",
"video analysis",
"tensorrt",
"openivino",
"yolov5"
],
"author": "HenryZhuHR <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:HenryZhuHR/deep-object-detect-track.git"
},
"private": true,
"license": "GPL-3.0",
"bugs": "https://github.com/HenryZhuHR/deep-object-detect-track/issues",
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/markdown": "2.0.0-rc.0",
"@vuepress/theme-default": "2.0.0-rc.0",
"markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.1.4",
"vue": "^3.4.3",
"vuepress": "2.0.0-rc.0"
}
}