{
	"name": "@javelin/hrtime-loop",
	"version": "1.0.0-alpha.4",
	"license": "MIT",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"types": "dist/esm/index.d.ts",
	"files": [
		"dist"
	],
	"keywords": [
		"loop",
		"game",
		"hires",
		"hrtime",
		"high",
		"resolution"
	],
	"scripts": {
		"clean": "rm -f *.tsbuildinfo && rm -rf dist",
		"build": "tsc -b && tsc -b tsconfig.cjs.json"
	}
}
