-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
{
"$schema": "https://json.schemastore.org/package",
"author": "Romain Racamier-Lafon <romain.racamier@gmail.com>",
"bugs": "https://github.com/Shuunen/video-sense/issues",
"contributors": [
{
"name": "Jordan Boyer"
}
],
"dependencies": {
"@tensorflow-models/coco-ssd": "2.2",
"@tensorflow/tfjs-node": "4.22",
"shuutils": "10.3"
},
"description": "video & image detection",
"devDependencies": {
"@the2ndfloorguy/nodekeeper": "1",
"repo-check": "1.40",
"servor": "4",
"tailwindcss": "4"
},
"engines": {
"node": "22.13.1"
},
"files": [
"*.js"
],
"homepage": "https://github.com/Shuunen/video-sense#readme",
"keywords": [
"image",
"video",
"detection",
"tensorflow",
"coco-ssd"
],
"license": "GPL-3.0",
"name": "video-sense",
"peerDependencies": {
"@tensorflow/tfjs-backend-cpu": "*",
"@tensorflow/tfjs-backend-webgl": "*"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Shuunen/video-sense.git"
},
"scripts": {
"build": "pnpm mark && echo build success",
"check": "pnpm install && repo-check && echo check success",
"dev": "nodekeeper cli.js",
"mark": "unique-mark index.html && echo mark success",
"postversion": "git push && git push --tags",
"preversion": "pnpm check",
"start": "node cli.js",
"start:web": "servor --reload --port=8080"
},
"type": "module",
"version": "0.1.2"
}