{
	"name": "@javelin/core",
	"version": "1.0.0-alpha.12",
	"license": "MIT",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"types": "dist/esm/index.d.ts",
	"files": [
		"dist"
	],
	"keywords": [
		"serialize",
		"binary",
		"udp",
		"game",
		"mog",
		"multiplayer",
		"networking"
	],
	"scripts": {
		"clean": "rm -f *.tsbuildinfo && rm -rf dist",
		"build": "tsc -b && tsc -b tsconfig.cjs.json"
	}
}
