-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 1 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
{
"name": "fashion-segmentation",
"version": "1.0.0",
"private": "true",
"description": "Detect which pixels of your product images actually belong to the product. We use up to 4 images as input because on many fashion images, you need multiple images as context to know which fashion item must be segmentated.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test",
"dev": "sh dev.sh"
},
"scripts": {
"test": "ts-node examples/nodejs-example.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubkey/fashion-segmentation.git"
},
"author": "pubkey",
"bugs": {
"url": "https://github.com/pubkey/fashion-segmentation/issues"
},
"homepage": "https://github.com/pubkey/fashion-segmentation#readme",
"dependencies": {
"form-data": "4.0.0",
"got": "11.8.2",
"mocha": "9.0.2",
"quantize": "1.0.2",
"rgb-hex": "3.0.0",
"rimraf": "3.0.2",
"sharp": "0.28.3",
"ts-node": "10.0.0",
"typescript": "4.3.5"
}
}