-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "app",
"version": "0.1.0",
"bin": {
"app": "bin/app.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.31.0",
"@types/jest": "^24.0.22",
"@types/node": "10.17.5",
"aws-cdk": "1.31.0",
"cloudform-types": "^4.1.0",
"graphql": "^15.0.0",
"graphql-appsync-transformer": "^1.0.35",
"graphql-auth-transformer": "^6.15.2",
"graphql-connection-transformer": "^4.15.2",
"graphql-dynamodb-transformer": "^6.16.0",
"graphql-function-transformer": "^2.3.2",
"graphql-key-transformer": "^2.15.2",
"graphql-mapping-template": "^4.13.3",
"graphql-transformer-common": "^4.14.0",
"graphql-transformer-core": "^6.16.1",
"graphql-versioned-transformer": "^4.15.2",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
},
"dependencies": {
"@aws-cdk/aws-appsync": "^1.31.0",
"@aws-cdk/aws-dynamodb": "^1.31.0",
"@aws-cdk/aws-iam": "^1.31.0",
"@aws-cdk/core": "^1.31.0"
}
}