-
Notifications
You must be signed in to change notification settings - Fork 413
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "aws-lambda-power-tuning",
"version": "4.4.0",
"description": "Step Functions state machine generator for AWS Lambda Power Tuning",
"author": "Alex Casalboni <alex@cloudacademy.com>",
"repository": {
"type": "git",
"url": "https://github.com/alexcasalboni/aws-lambda-power-tuning"
},
"bugs": {
"url": "https://github.com/alexcasalboni/aws-lambda-power-tuning/issues"
},
"keywords": [
"aws",
"aws lambda",
"serverless",
"aws step functions",
"cost",
"performance",
"visualization"
],
"licence": "Apache",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "mocha",
"coverage": "c8 --reporter=lcov --reporter=cobertura --reporter=text-summary mocha"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.651.1",
"@aws-sdk/client-s3": "^3.651.1",
"ansi-regex": ">=5.0.1",
"aws-sdk-client-mock": "^3.0.0",
"c8": "^7.13.0",
"eslint": "^8.35.0",
"eslint-config-strongloop": "^2.1.0",
"expect.js": "^0.3.1",
"json-schema": ">=0.4.0",
"mocha": "^11.7.5",
"path-parse": ">=1.0.7",
"sinon": "^9.0.2"
},
"overrides": {
"diff": "8.0.3",
"fast-xml-parser": "5.5.8",
"serialize-javascript": "7.0.4"
}
}