-
Notifications
You must be signed in to change notification settings - Fork 820
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.36 KB
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
{
"name": "@aws-amplify/amplify-e2e-core",
"version": "5.7.3",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-e2e-core"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"keywords": [
"graphql",
"appsync",
"aws"
],
"private": true,
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf ./lib tsconfig.tsbuildinfo"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-sdk/client-sts": "3.624.0",
"@aws-sdk/credential-providers": "3.624.0",
"amplify-headless-interface": "1.17.7",
"aws-amplify": "^5.3.16",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "^8.2.16",
"ini": "^1.3.5",
"jest-circus": "^27.0.0",
"jest-environment-node": "^26.6.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-pty": "^1.0.0",
"retimer": "2.0.0",
"rimraf": "^6.0.1",
"semver": "^7.5.4",
"strip-ansi": "^6.0.0",
"throat": "^5.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/glob": "^7.1.1"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
}
}