forked from alexcasalboni/aws-lambda-power-tuning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
43
44
45
{
"name": "aws-lambda-power-tuning",
"version": "4.2.1",
"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": {
"deploy": "bash deploy.sh",
"execute": "bash execute.sh",
"lint": "eslint --ignore-path .gitignore .",
"test": "mocha",
"coverage": "nyc --reporter=lcov --reporter=cobertura --reporter=text-summary mocha"
},
"dependencies": {},
"devDependencies": {
"ansi-regex": ">=5.0.1",
"aws-sdk": "^2.1004.0",
"aws-sdk-mock": "^5.2.1",
"coveralls": "^3.0.3",
"eslint": "^8.0.0",
"eslint-config-strongloop": "^2.1.0",
"expect.js": "^0.3.1",
"json-schema": ">=0.4.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"path-parse": ">=1.0.7",
"sinon": "^9.0.2"
}
}