{
	"name": "divinity-core",
	"version": "0.0.9",
	"description": "",
	"author": "Avery King",
	"license": "MIT",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"keywords": [
		"divinity",
		"multiplayer",
		"framework",
		"server",
		"realtime",
		"networking",
		"websockets"
	],
	"repository": {
		"url": "https://github.com/dripdrop0/divinity-core.git",
		"type": "git"
	},
	"dependencies": {
		"notepack.io": "^2.3.0",
		"ws": "^8.3.0"
	},
	"peerDependencies": {
		"ioredis": "^4.28.0",
		"mongodb": "^4.1.4"
	},
	"devDependencies": {
		"@types/ioredis": "^4.28.1",
		"@types/mongodb": "^4.0.7",
		"@types/node": "^14.17.34",
		"@types/ws": "^8.2.0",
		"jest": "^27.3.1",
		"ts-jest": "^26.5.6",
		"ts-node": "^8.10.2",
		"tslint": "^5.20.1",
		"typescript": "^4.5.2"
	},
	"jest": {
		"transform": {
			".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
		},
		"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
		"moduleFileExtensions": [
			"ts",
			"tsx",
			"js"
		]
	}
}
