{
	"name": "@mousepox/math",
	"description": "Math-related objects and utilities",
	"keywords": [
		"game",
		"math",
		"typescript"
	],
	"version": "1.7.3",
	"author": "Geoff Blair <geoff@mousepox.io>",
	"license": "ISC",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist-es/index.js",
	"files": [
		"dist",
		"dist-es"
	],
	"scripts": {
		"format": "prettier --write .",
		"lint": "prettier --check .",
		"clean": "rm -rf dist dist-es docs",
		"build": "tsc && tsc -p tsconfig-es.json",
		"doc": "typedoc lib/index.ts --readme DOCS.md",
		"test": "tape -r ts-node/register 'tests/**/*-test.ts'"
	},
	"devDependencies": {
		"@types/tape": "^4.2.33",
		"prettier": "^2.7.1",
		"tape": "^4.11.0",
		"ts-node": "^8.4.1",
		"typedoc": "^0.23.5",
		"typescript": "^4.7.4"
	},
	"publishConfig": {
		"access": "public"
	}
}
