-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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": "serverless-sagemaker-groundtruth",
"version": "1.4.3",
"description": "Serverless Plugin with AWS Sagemaker Groundtruth utilities (local template testing, task creation, task status ...)",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piercus/serverless-sagemaker-groundtruth.git"
},
"keywords": [
"serverless",
"aws",
"sagemaker",
"groundtruth",
"liquid",
"template",
"task",
"utilities",
"local",
"test",
"annotation",
"labelling",
"machine",
"learning"
],
"author": "Pierre Colle <piercus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/piercus/serverless-sagemaker-groundtruth/issues"
},
"homepage": "https://github.com/piercus/serverless-sagemaker-groundtruth#readme",
"dependencies": {
"amazon-s3-uri": "0.0.3",
"aws-sdk": "^2.677.0",
"bluebird": "^3.7.2",
"connect": "^3.7.0",
"liquid": "^4.0.1",
"puppeteer": "^3.0.4",
"query-selector-shadow-dom": "^0.4.6",
"tmp-promise": "^3.0.2"
},
"devDependencies": {
"xo": "^0.30.0"
}
}