forked from csg-org/CompactConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 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
{
"name": "compact-connect",
"version": "1.0.0",
"type": "commonjs",
"description": "NodeJS lambdas for Compact Connect",
"scripts": {
"build": "echo 'No build step needed for JavaScript-only project'",
"watch": "echo 'No watch step needed for JavaScript-only project'",
"test:csp": "mocha cloudfront-csp/test",
"lint": "eslint '**/*.js' --no-error-on-unmatched-pattern",
"test": "mocha cloudfront-csp/test",
"audit:dependencies": "yarn audit --groups dependencies --level moderate"
},
"author": "Inspiring Apps",
"license": "UNLICENSED",
"devDependencies": {
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"esbuild": "0.24.0",
"eslint": "^9.13.0",
"chai": "^4.1.2",
"chai-match-pattern": "^1.1.0",
"chalk": "^4.1.2",
"lambda-local": "^2.2.0",
"mocha": "^11.0.0"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.10.0",
"@aws-sdk/client-dynamodb": "^3.682.0",
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/util-dynamodb": "^3.682.0",
"aws-lambda": "1.0.7",
"zod": "^3.23.8"
}
}