-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "@entrylabs/legacy-video",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entrylabs/entry-tool.git"
},
"bugs": {
"url": "https://github.com/entrylabs/entry-tool/issues"
},
"homepage": "https://playentry.org",
"keywords": [
"entryjs",
"entry-js",
"entryjs-lagacy-video",
"video-util"
],
"author": "usbsync",
"license": "MIT",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^1.7.0",
"@tensorflow/tfjs-converter": "^1.7.0",
"@tensorflow/tfjs-core": "^1.7.0",
"face-api.js": "^0.22.1",
"lodash": "^4.17.21",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"worker-loader": "^3.0.8"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"types/",
"package.json"
]
}