UNPKG

1.58 kBJSONView Raw
1{
2 "name": "serverless-artillery",
3 "version": "0.2.2",
4 "description": "A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers",
5 "main": "index.js",
6 "bin": {
7 "serverless-artillery": "./bin/serverless-artillery",
8 "slsart": "./bin/serverless-artillery"
9 },
10 "scripts": {
11 "test": "mocha -r aws-sdk -r artillery-core --recursive -R min tests",
12 "lint": "eslint . bin/serverless-artillery",
13 "postinstall": "node ./postinstall.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Nordstrom/serverless-artillery.git"
18 },
19 "keywords": [
20 "serverless",
21 "artillery",
22 "performance",
23 "load",
24 "testing",
25 "scale",
26 "lambda"
27 ],
28 "author": "Erik Erikson, Jane Savina, Jason Olmstead, Greg Smith, Rob Gruhl, Andy Day",
29 "license": "Apache-2.0",
30 "bugs": {
31 "url": "https://github.com/Nordstrom/serverless-artillery/issues"
32 },
33 "homepage": "https://github.com/Nordstrom/serverless-artillery#readme",
34 "dependencies": {
35 "artillery-core": "^2.0.0-0",
36 "aws-sdk": "^2.5.0",
37 "bluebird": "^3.4.6",
38 "js-yaml": "^3.6.1",
39 "semver": "^5.3.0",
40 "shortid": "^2.2.6",
41 "yargs": "^6.2.0"
42 },
43 "devDependencies": {
44 "chai": "^3.5.0",
45 "eslint": "^3.8.1",
46 "eslint-config-airbnb": "^12.0.0",
47 "eslint-plugin-import": "^1.16.0",
48 "eslint-plugin-jsx-a11y": "^2.2.3",
49 "eslint-plugin-react": "^6.4.1",
50 "mocha": "^3.0.2",
51 "mock-require": "^1.3.0",
52 "pre-commit": "^1.1.3"
53 },
54 "pre-commit": [
55 "test",
56 "lint"
57 ]
58}