-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 Bytes
/
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
{
"name": "@pipcook/plugins-image-classification-data-collect",
"version": "1.1.0",
"description": "",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/pipcook-core": "^1.1.0",
"@types/fs-extra": "^8.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0"
},
"gitHead": "53e131a069b3112a74ae5d99aa1ab08bec768c7e",
"devDependencies": {
"@types/jasmine": "^3.5.7",
"@types/uuid": "^7.0.0",
"nyc": "14.1.1"
},
"publishConfig": {
"access": "public"
},
"pipcook": {
"category": "dataCollect",
"datatype": "image"
}
}