{
	"name": "loadtest",
	"version": "8.2.1",
	"type": "module",
	"description": "Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.",
	"homepage": "https://github.com/alexfernandez/loadtest",
	"contributors": [
		"Alex Fernández <alexfernandeznpm@gmail.com>"
	],
	"license": "MIT",
	"main": "index.js",
	"types": "index.d.ts",
	"repository": {
		"type": "git",
		"url": "https://github.com/alexfernandez/loadtest"
	},
	"dependencies": {
		"agentkeepalive": "^2.0.3",
		"confinode": "^2.1.1",
		"https-proxy-agent": "^2.2.1",
		"stdio": "0.2.7",
		"testing": "^3.1.0",
		"websocket": "^1.0.34"
	},
	"devDependencies": {
		"eslint": "^8.47.0",
		"microprofiler": "^2.0.0",
		"why-is-node-running": "^2.2.2"
	},
	"keywords": [
		"testing",
		"test",
		"load test",
		"load testing",
		"http",
		"performance",
		"black box"
	],
	"engines": {
		"node": ">=16"
	},
	"bin": {
		"loadtest": "bin/loadtest.js",
		"testserver-loadtest": "bin/testserver.js"
	},
	"preferGlobal": true,
	"scripts": {
		"test": "node test/all.js",
		"posttest": "eslint ."
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"private": false
}
