omelop-robot
Version:
omelop-robot is a simple tool to benchmark the socket.io server's performance.
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "omelop-robot",
"version": "3.1.14",
"private": false,
"dependencies": {
"colors": "^1.4.0",
"pretty-columns": "^1.2.1",
"socket.io": "^4.1.3",
"socket.io-client": "~4.1.3",
"underscore": "1.13.6"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/underscore": "^1.9.4",
"typescript": "^5.2.2"
},
"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/omelop lib/"
},
"files": [
"dist",
"lib",
"index.ts"
],
"readmeFilename": "README.md",
"gitHead": "7fac299a6ff8c0675af6b89f6046555ca5ebe999",
"description": "omelop-robot is a simple tool to benchmark the socket.io server's performance.",
"main": "./dist/index",
"types": "./index.ts",
"repository": {
"type": "git",
"url": "git://gitee.com/node-omelop/omelop.git"
},
"keywords": [
"omelop",
"client",
"robot"
],
"author": "palmtoy",
"license": "MIT"
}