-
Notifications
You must be signed in to change notification settings - Fork 378
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "aws-lambda-power-tuning",
"version": "4.3.6",
"description": "Step Functions state machine generator for AWS Lambda Power Tuning",
"author": "Alex Casalboni <[email protected]>",
"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-config-strongloop": "^2.1.0",
"eslint": "^8.35.0",
"expect.js": "^0.3.1",
"json-schema": ">=0.4.0",
"mocha": "^9.2.2",
"path-parse": ">=1.0.7",
"sinon": "^9.0.2"
}
}