generated from tomoima525/cdk-lambda-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
42
43
{
"name": "development-template",
"version": "0.1.1",
"bin": "bin/development-template.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"cdk:deploy": "yarn cdk deploy",
"generate": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-resolvers": "^2.7.3",
"@types/jest": "^29.0.2",
"@types/node": "^18.7.18",
"@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"aws-cdk": "2.41.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.0.3",
"ts-jest": "^29.0.1",
"ts-node": "^10.9.1",
"typescript": "~4.8.3"
},
"dependencies": {
"@aws-cdk/aws-appsync-alpha": "^2.41.0-alpha.0",
"@graphql-codegen/cli": "^2.12.0",
"@types/aws-lambda": "^8.10.104",
"aws-cdk-lib": "2.41.0",
"constructs": "^10.0.0",
"dotenv": "^16.0.2",
"graphql": "^16.6.0",
"source-map-support": "^0.5.21"
},
"packageManager": "yarn@3.2.1",
"workspaces": [
"functions/*"
]
}