UNPKG

719 BJSONView Raw
1{
2 "name": "artillery-engine-lambda",
3 "version": "1.0.19",
4 "description": "Load test AWS Lambda with Artillery.io",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test/index.js"
8 },
9 "keywords": [
10 "lambda",
11 "load"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/orchestrated-io/artillery-engine-lambda"
16 },
17 "author": "Orchestrated Systems",
18 "license": "MPL-2.0",
19 "devDependencies": {
20 "aws-sdk-mock": "^4.5.0",
21 "debug": "^2.6.4",
22 "husky": "^0.13.3",
23 "sinon": "^7.3.2",
24 "tape": "^4.9.1"
25 },
26 "dependencies": {
27 "artillery": "^1.6.0-29",
28 "async": "^1.5.2",
29 "aws-sdk": "^2.280.1",
30 "debug": "^2.6.6",
31 "lodash": "^4.17.13"
32 }
33}