UNPKG

pinus-robot

Version:

pinus-robot is a simple tool to benchmark the socket.io server's performance.

48 lines (47 loc) 1.37 kB
{ "name": "pinus-robot", "version": "1.7.3", "private": false, "dependencies": { "colors": "^1.4.0", "pretty-columns": "^1.2.1", "socket.io": "^4.1.3", "socket.io-client": "~4.1.3", "typescript": "^4.3.5", "underscore": "1.13.6" }, "devDependencies": { "@types/node": "^16.3.3", "@types/underscore": "^1.9.4" }, "scripts": { "build": "tsc", "start": "yarn run build && node dist/index", "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix", "test": "yarn run build", "cov": "nyc mocha", "ci": "yarn run test", "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/pinus lib/" }, "files": [ "dist", "lib", "index.ts" ], "readmeFilename": "README.md", "gitHead": "d33db82d670b7a5d21c95e15f91548f8a8ba7821", "description": "pinus-robot is a simple tool to benchmark the socket.io server's performance.", "main": "./dist/index", "types": "./index.ts", "repository": { "type": "git", "url": "git://github.com/node-pinus/pinus.git" }, "keywords": [ "pinus", "client", "robot" ], "author": "palmtoy", "license": "MIT" }