UNPKG

iostress

Version:

🚀 Blast your Socket.IO server with this quick and powerful JavaScript testing tool!

55 lines (54 loc) • 1.23 kB
{ "name": "iostress", "version": "1.0.0", "description": "🚀 Blast your Socket.IO server with this quick and powerful JavaScript testing tool!", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "dev": "tsup --watch" }, "keywords": [ "socket.io", "load-testing", "stress-test", "javascript", "typescript", "js", "ts", "node.js", "real-time", "benchmark", "performance", "testing", "server", "lightweight" ], "author": "xvyashar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/xvyashar/iostress.git" }, "bugs": { "url": "https://github.com/xvyashar/iostress/issues" }, "homepage": "https://github.com/xvyashar/iostress#readme", "prettier": { "singleQuote": true, "trailingComma": "all" }, "devDependencies": { "@types/node": "^22.13.16", "tsup": "^8.4.0" }, "dependencies": { "kleur": "^4.1.5", "nanospinner": "^1.2.2", "socket.io-client": "^4.8.1", "typescript": "^5.8.3", "valibot": "^1.0.0", "winston": "^3.17.0" } }