-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 934 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
{
"name": "amplify-count-directive",
"version": "1.1.0",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"buildHandler": "cd handler && npm run build",
"prepare": "tsc && npm run buildHandler"
},
"author": "Michael Milton <michael.r.milton@gmail.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/multimeric/AmplifyCountDirective",
"repository": "https://github.com/multimeric/AmplifyCountDirective",
"bugs": "https://github.com/multimeric/AmplifyCountDirective/issues",
"dependencies": {
"@aws-amplify/graphql-model-transformer": "^0.13.1",
"@aws-amplify/graphql-transformer-core": "^0.16.1",
"@aws-cdk/core": "~1.124.0",
"graphql": "<15.0.0"
},
"devDependencies": {
"@aws-cdk/assert": "^2.13.0",
"@types/aws-lambda": "^8.10.92",
"@types/jest": "^27.4.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
}
}