-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "@daysmart/frankenstack-appsync-client",
"version": "1.8.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "DaySmart Software <support@daysmart.com> (https://daysmart.com)",
"bugs": {
"url": "https://github.com/DaySmart/frankenstack/issues"
},
"homepage": "https://github.com/DaySmart/frankenstack#readme",
"repository": {
"type": "git",
"url": "https://github.com/DaySmart/frankenstack.git"
},
"license": "Apache-2.0",
"dependencies": {
"aws-appsync": "^4.1.1",
"aws-appsync-auth-link": "2.0.5",
"es6-promise": "^4.2.8",
"graphql": "^15.6.0",
"graphql-tag": "^2.11.0",
"isomorphic-fetch": "^3.0.0",
"ws": "^7.5.10"
},
"devDependencies": {
"@types/node": "^14.14.12",
"aws-sdk": "^2.808.0",
"serverless-prune-plugin": "^1.4.3",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public"
}
}