{
	"name": "omelot",
	"version": "2.3.12",
	"description": "a framework of typescript game server",
	"deprecated": false,
	"main": "lib/omelot.js",
	"types": "omelot.d.ts",
	"bin": {
		"omelot": "lib/cli.js"
	},
	"author": {
		"name": "linyngfly",
		"email": "linyngfly@gmail.com"
	},
	"homepage": "http://www.omelot.wiki",
	"repository": {
		"type": "git",
		"url": "git+https://gitee.com/fw-assets/omelot.git"
	},
	"bugs": {
		"url": "https://gitee.com/fw-assets/omelot/issues"
	},
	"bundleDependencies": [],
	"dependencies": {
		"ws": "^8.13.0"
	},
	"scripts": {
		"build": "tsc",
		"jest": "jest --collectCoverage",
		"eslint": "eslint src/**/*.ts --fix",
		"eslint1": "eslint src/**/*.ts --fix & eslint tests/**/*.ts --fix",
		"test": "echo \"Error: no test   specified\" && exit 1"
	},
	"keywords": [
		"pomelo",
		"server",
		"game",
		"gameserver",
		"nodejs",
		"ecs",
		"et"
	],
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^20.5.6",
		"@types/ws": "^8.5.5",
		"@types/jest": "^29.5.3",
		"eslint": "^8.0.1",
		"@typescript-eslint/eslint-plugin": "^5.52.0",
		"eslint-config-standard-with-typescript": "^37.0.0",
		"eslint-plugin-import": "^2.25.2",
		"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
		"eslint-plugin-promise": "^6.0.0",
		"jest": "^29.6.1",
		"ts-jest": "^29.1.1",
		"ts-node": "^10.9.1",
		"typescript": "*"
	}
}