-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.json
34 lines (34 loc) · 930 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
{
"name": "aws-appsync-subscription-link",
"version": "3.1.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/"
},
"homepage": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git"
},
"scripts": {
"prepare": "tsc && cp -r src/vendor lib/vendor",
"test": "jest --coverage --coverageReporters=text",
"test-watch": "jest --watch"
},
"dependencies": {
"aws-appsync-auth-link": "^3.0.7",
"debug": "2.6.9",
"url": "^0.11.0",
"zen-observable-ts": "^1.2.5"
},
"devDependencies": {
"@apollo/client": "^3.2.0",
"@redux-offline/redux-offline": "2.5.2-native.0"
},
"peerDependencies": {
"@apollo/client": "3.x"
}
}