-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 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
35
{
"name": "appsync-js-reslvers-typescript",
"version": "1.0.0",
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"cdk": "cdk",
"codegen": "graphql-codegen"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@aws-appsync/eslint-plugin": "^1.1.0",
"@aws-appsync/utils": "^1.2.4",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"aws-cdk": "^2.67.0",
"aws-cdk-lib": "^2.67.0",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"rimraf": "^4.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"constructs": "^10.1.270",
"source-map-support": "^0.5.21"
}
}