1 Star 0 Fork 1

陌生人/colyseus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
Endel Dreyer 提交于 2019-11-10 15:23 . soft breaking change. bump 0.11.22
{
"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
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/syg38604623/colyseus.git
git@gitee.com:syg38604623/colyseus.git
syg38604623
colyseus
colyseus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385