{
	"name": "mydog",
	"version": "2.4.0",
	"description": "a framework of typescript game server",
	"deprecated": false,
	"main": "lib/mydog.js",
	"types": "mydog.d.ts",
	"bin": {
		"mydog": "lib/cli.js"
	},
	"author": {
		"name": "ahuang",
		"email": "1124831983@qq.com"
	},
	"homepage": "http://www.mydog.wiki",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ahuangege/mydog.git"
	},
	"bugs": {
		"url": "https://github.com/ahuangege/mydog/issues"
	},
	"bundleDependencies": false,
	"dependencies": {
		"@types/node": "^12.0.8",
		"@types/ws": "^6.0.1",
		"ws": "^7.0.1"
	},
	"scripts": {
		"test": "echo \"Error: no test   specified\" && exit 1"
	},
	"keywords": [
		"pomelo",
		"server",
		"game",
		"gameserver",
		"nodejs"
	],
	"license": "MIT"
}
