forked from artilleryio/artillery-engine-kinesis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 912 Bytes
/
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
{
"name": "artillery-engine-kinesis",
"version": "1.1.0",
"description": "Load test AWS Kinesis with Artillery.io",
"main": "index.js",
"scripts": {
"test": "node test/index.js",
"commitmsg": "conventional-changelog-lint -e",
"precommit": "semistandard"
},
"keywords": [
"kinesis",
"load"
],
"author": "Hassy Veldstra <h@artillery.io>",
"license": "MPL-2.0",
"devDependencies": {
"conventional-changelog-lint": "^1.1.9",
"debug": "^2.6.4",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.13.3",
"semistandard": "^11.0.0",
"tape": "^4.6.3"
},
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.45.0",
"debug": "^2.6.6",
"lodash": "^4.17.4"
}
}