-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
82 lines (82 loc) · 2.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "removd",
"version": "1.1.2",
"description": "automatic ai cut outs of people, products and cars with remove.bg service",
"main": "removd.js",
"scripts": {
"test": "mocha --timeout 0 tests/accountFlow.js tests/fileFlow*.js tests/base64Flow*.js tests/urlFlow*.js",
"test:preserve": "mocha --timeout 0 tests/filePreserve*.js tests/base64Preserve*.js tests/urlPreserve*.js",
"test:file": "mocha --timeout 0 tests/fileFlow*.js",
"test:base64": "mocha --timeout 0 tests/base64Flow*.js",
"test:url": "mocha --timeout 0 tests/urlFlow*.js",
"test:account": "mocha --timeout 0 tests/account*.js",
"start": "node removd.js"
},
"author": {
"name": "Przemyslaw Pluta",
"email": "[email protected]",
"url": "https://przemyslawpluta.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/przemyslawpluta/removd.git"
},
"files": [
"examples",
"lib",
"tests",
"workflows"
],
"bugs": {
"url": "https://github.com/przemyslawpluta/removd/issues"
},
"homepage": "https://github.com/przemyslawpluta/removd",
"keywords": [
"remove.bg",
"remove background image",
"image processing",
"automated",
"persons",
"people",
"products",
"cars",
"cut out",
"body",
"face",
"ai",
"base64",
"url",
"file",
"batch"
],
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"base64-stream": "^1.0.0",
"colornames": "^1.1.1",
"dotenv": "^8.0.0",
"globby": "^9.2.0",
"hex-rgb": "^4.1.0",
"merge2": "^1.2.3",
"mime": "^2.4.3",
"node-fetch": "^2.6.0",
"pretty-hrtime": "^1.0.3",
"read-chunk": "^3.2.0",
"rgb-hex": "^3.0.0",
"round-to": "^4.0.0",
"sharp": "^0.22.1",
"shortid": "^2.2.14",
"strip-bom-stream": "^4.0.0",
"uuid": "^3.3.2",
"valid-data-url": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"del": "^4.1.1",
"eslint": "^5.16.0",
"mocha": "^5.2.0",
"nock": "^10.0.6"
}
}