artillery
Version:
Flexible and powerful toolkit for load and functional testing
110 lines (109 loc) • 2.98 kB
JSON
{
"name": "artillery",
"version": "1.7.6",
"description": "Flexible and powerful toolkit for load and functional testing",
"main": "./lib",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "bash test/runner.sh && bash test/core/run.sh && bash test/lib/run.sh",
"is_linted": "find . -name '*.js' | grep -v node_modules | grep -v coverage | xargs eslint",
"coverage": "npm_config_coverage=y npm test && istanbul report html text-summary",
"commitlint-last-commit": "commitlint --from $(git show HEAD~1 | grep commit | awk '{print $2}')"
},
"keywords": [
"load testing",
"stress testing",
"benchmark",
"performance",
"blackbox testing"
],
"author": "Hassy Veldstra <h@veldstra.org>",
"contributors": [
"Kieran Gorman (https://github.com/kjgorman)",
"Antony Jones (https://github.com/antony)",
"Joe Schofield (https://github.com/JoeScho)",
"Kush Jain (https://github.com/kush-jain)"
],
"license": "MPL-2.0",
"preferGlobal": true,
"man": "./man/artillery.1",
"bin": {
"artillery": "bin/artillery"
},
"repository": {
"type": "git",
"url": "https://github.com/artilleryio/artillery.git"
},
"bugs": {
"url": "https://github.com/artilleryio/artillery/issues",
"email": "npm@veldstra.org"
},
"dependencies": {
"agentkeepalive": "^4.1.4",
"arrivals": "^2.1.2",
"artillery-plugin-statsd": "^2.2.1",
"async": "^1.5.2",
"chalk": "1.1.3",
"cheerio": "^1.0.0-rc.2",
"commander": "2.9.0",
"csv-parse": "^4.4.6",
"debug": "^2.2.0",
"decompress-response": "^6.0.0",
"deep-equal": "^1.0.1",
"deep-for-each": "^3.0.0",
"driftless": "^2.0.3",
"esprima": "^4.0.0",
"filtrex": "^0.5.4",
"form-data": "^2.3.3",
"got": "^11.8.2",
"hpagent": "^0.1.1",
"is-ci": "^2.0.0",
"js-yaml": "^3.13.1",
"jsck": "^0.3.2",
"jsonpath": "^1.0.2",
"lodash": "^4.17.21",
"moment": "^2.22.1",
"nanotimer": "^0.3.15",
"opn": "^5.3.0",
"ora": "^1.3.0",
"pidusage": "^1.1.6",
"posthog-node": "^1.1.3",
"rc": "^1.1.6",
"socket.io-client": "^2.1.0",
"socketio-wildcard": "^2.0.0",
"stats-lite": "^2.1.0",
"tmp": "0.0.28",
"tough-cookie": "^2.5.0",
"try-require": "^1.2.1",
"update-notifier": "^2.1.0",
"uuid": "^2.0.3",
"ws": "^5.1.1"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^7.1.2",
"@hapi/hapi": "^20.1.0",
"bats": "^0.4.2",
"cookie-parser": "^1.4.3",
"eslint": "^5.14.1",
"express": "^4.16.3",
"good": "^8.1.1",
"good-console": "^7.1.0",
"hapi": "^17.5.4",
"hapi-auth-basic": "^5.0.0",
"husky": "^1.2.0",
"nock": "^11.9.1",
"prettier": "^1.5.2",
"rewiremock": "^3.14.3",
"sinon": "^4.5.0",
"socket.io": "^2.4.1",
"tape": "^4.9.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e"
}
}
}