-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "webpack-face-crop-loader",
"version": "1.0.7",
"description": "Face crop loader module for webpack",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "tsc && npm version patch && git push --follow-tags && npm publish"
},
"files": [
"dist",
"models"
],
"repository": {
"type": "git",
"url": "git+https://github.com/suhaibmujahid/webpack-face-crop-loader.git"
},
"author": "Suhaib Mujahid",
"license": "MIT",
"bugs": {
"url": "https://github.com/suhaibmujahid/webpack-face-crop-loader/issues"
},
"homepage": "https://github.com/suhaibmujahid/webpack-face-crop-loader#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^3.20.0",
"@vladmandic/face-api": "^1.6.10",
"lodash": "^4.17.21",
"schema-utils": "^3.1.1",
"sharp": "^0.30.7",
"smartcrop-sharp": "^2.0.6",
"ts-loader": "^9.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/sharp": "^0.30.4",
"@types/webpack": "^5.28.0",
"typescript": "^4.7.4"
},
"keywords": [
"webpack",
"face",
"crop",
"detection",
"loader",
"import",
"images"
]
}