代码拉取完成,页面将自动刷新
{
"name": "colyseus",
"version": "0.11.22",
"description": "Multiplayer Game Server for Node.js.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"prepublish": "rm -rf lib && tsc -d",
"watch": "tsc -d -w",
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' usage/Server.ts",
"test": "COLYSEUS_SEAT_RESERVATION_TIME=0.3 COLYSEUS_PRESENCE_SHORT_TIMEOUT=300 nyc mocha --require ts-node/register test/**Test.ts --exit --timeout 15000",
"tslint": "tslint --project .",
"update-contributors": "all-contributors generate"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/endel"
},
"keywords": [
"colyseus",
"multiplayer",
"netcode",
"realtime",
"networking",
"websockets"
],
"files": [
"lib",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/colyseus/colyseus.git"
},
"homepage": "https://colyseus.io/",
"license": "MIT",
"engines": {
"node": ">= 8.x"
},
"dependencies": {
"@colyseus/schema": "^0.5.0",
"@gamestdio/timer": "^1.3.0",
"@types/redis": "^2.8.12",
"@types/ws": "^6.0.1",
"debug": "^4.0.1",
"fast-json-patch": "^2.0.5",
"fossil-delta": "^1.0.1",
"nanoid": "^2.0.0",
"nonenumerable": "^1.0.1",
"notepack.io": "^2.2.0",
"internal-ip": "^4.3.0",
"ws": "^7.1.0"
},
"devDependencies": {
"@types/debug": "^0.0.31",
"@types/express": "^4.16.1",
"@types/fossil-delta": "^1.0.0",
"@types/koa": "^2.0.49",
"@types/mocha": "^5.2.0",
"@types/mongoose": "^5.5.12",
"@types/node": "^10.0.8",
"@types/sinon": "^4.3.3",
"all-contributors-cli": "^5.4.0",
"benchmark": "^2.1.1",
"colyseus.js": "^0.11.5",
"cors": "^2.8.5",
"express": "^4.16.2",
"httpie": "^1.1.2",
"koa": "^2.8.1",
"mocha": "^5.1.1",
"nodemon": "^1.14.8",
"nyc": "^14.1.1",
"sinon": "^4.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.3.3"
},
"optionalDependencies": {
"mongoose": "^5.6.9",
"redis": "^2.8.0"
},
"greenkeeper": {
"ignore": [
"mocha",
"ts-node",
"nodemon",
"@types/node",
"@types/mocha",
"@types/sinon",
"typedoc",
"sinon",
"benchmark"
]
},
"nyc": {
"extension": [
".ts"
],
"include": [
"src",
"test"
],
"reporter": [
"html",
"lcov"
],
"all": true
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。