UNPKG

1.31 kBJSONView Raw
1{
2 "name": "aws-appsync",
3 "version": "4.1.9",
4 "main": "lib/index.js",
5 "license": "Apache-2.0",
6 "description": "AWS Mobile AppSync SDK for JavaScript",
7 "author": {
8 "name": "Amazon Web Services",
9 "url": "https://aws.amazon.com/"
10 },
11 "homepage": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git"
15 },
16 "scripts": {
17 "prepare": "tsc",
18 "test": "jest --coverage --coverageReporters=text",
19 "test-watch": "jest --watch"
20 },
21 "dependencies": {
22 "@aws-crypto/sha256-universal": "^1.1.1",
23 "@aws-sdk/client-s3": "^3.25.0",
24 "@aws-sdk/lib-storage": "^3.25.0",
25 "@aws-sdk/types": "^3.25.0",
26 "@redux-offline/redux-offline": "2.6.0-native.1",
27 "apollo-cache-inmemory": "1.3.12",
28 "apollo-client": "2.4.6",
29 "apollo-link": "1.2.5",
30 "apollo-link-context": "1.0.11",
31 "apollo-link-http": "1.5.8",
32 "apollo-link-retry": "2.2.7",
33 "aws-appsync-auth-link": "^2.0.8",
34 "aws-appsync-subscription-link": "^2.4.2",
35 "debug": "2.6.9",
36 "redux": "^3.7.2",
37 "redux-thunk": "^2.2.0",
38 "setimmediate": "^1.0.5",
39 "url": "^0.11.0",
40 "uuid": "3.x"
41 },
42 "peerDependencies": {
43 "graphql": "0.13.0 || 14.x || 15.0.0 - 15.3.0"
44 }
45}