This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
70 lines (70 loc) · 1.86 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
{
"name": "awsmobile-cli",
"version": "1.1.7",
"description": "awsmobile cli enables easy incorporation of aws features into your project",
"main": "bin/awsmobile",
"bin": {
"awsmobile": "bin/awsmobile",
"awsmobile-start": "bin/awsmobile-start",
"awsmobile-init": "bin/awsmobile-init",
"awsmobile-pull": "bin/awsmobile-pull",
"awsmobile-push": "bin/awsmobile-push",
"awsmobile-delete": "bin/awsmobile-delete",
"awsmobile-publish": "bin/awsmobile-publish",
"awsmobile-console": "bin/awsmobile-console",
"awsmobile-configure": "bin/awsmobile-configure",
"awsmobile-features": "bin/awsmobile-features",
"awsmobile-run": "bin/awsmobile-run"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws/awsmobile-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aws/awsmobile-cli/issues"
},
"homepage": "https://github.com/aws/awsmobile-cli",
"dependencies": {
"archiver": "^2.1.0",
"aws-amplify": "^0.2.0",
"aws-sdk": "^2.203.0",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"deep-equal": "^1.0.1",
"download-git-repo": "^1.0.2",
"extract-zip": "^1.6.6",
"fs-extra": "^4.0.2",
"graphql": "^0.13.2",
"http": "0.0.0",
"https": "^1.0.0",
"inquirer": "^3.2.1",
"js-yaml": "^3.9.1",
"mime-types": "^2.1.16",
"moment": "^2.21.0",
"n-readlines": "^0.2.7",
"opn": "^5.1.0",
"ora": "^1.3.0",
"os": "^0.1.1",
"path": "^0.12.7",
"util": "^0.10.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"jest": "^22.4.3",
"mockirer": "^2.0.1"
},
"jest": {
"automock": false,
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/",
"/lib/aws-operations/mobile-yaml-schema.js"
]
}
}