{
	"name": "@benev/praxis",
	"version": "0.0.0-5",
	"description": "multiplayer webgame laboratory",
	"license": "MIT",
	"type": "module",
	"main": "./x/exports.web.js",
	"files": [
		"x",
		"s"
	],
	"exports": {
		".": "./x/exports.web.js",
		"./core": "./x/exports.core.js",
		"./*": "./*"
	},
	"dependencies": {
		"@benev/math": "^0.0.0-3",
		"@e280/science": "^0.0.6",
		"@e280/sly": "^0.0.1",
		"@e280/strata": "^0.0.1",
		"@e280/stz": "^0.0.0",
		"lit": "^3.3.1"
	},
	"devDependencies": {
		"@e280/scute": "^0.0.0",
		"http-server": "^14.1.1",
		"npm-run-all": "^4.1.5",
		"typescript": "^5.9.2"
	},
	"scripts": {
		"build": "run-s _clean _tsc _ln _scute",
		"_clean": "rm -rf x",
		"_tsc": "tsc",
		"_scute": "scute -v",
		"start": "octo 'scute -vw' 'tsc -w' 'node --watch x/tests.test.js' 'http-server x -c-1'",
		"_ln": "run-s _ln-s _ln-assets",
		"_ln-s": "ln -s \"$(realpath s)\" x/s",
		"_ln-assets": "ln -s \"$(realpath assets)\" x/assets",
		"test": "node x/tests.test.js",
		"test-debug": "node inspect x/tests.test.js",
		"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
	},
	"keywords": [
		"game",
		"gameplay",
		"multiplayer",
		"laboratory",
		"sandbox",
		"webgame",
		"web game",
		"open source"
	],
	"author": "Chase Moskal <chasemoskal@gmail.com>",
	"homepage": "https://github.com/benevolent-games/praxis#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/benevolent-games/praxis.git"
	},
	"bugs": {
		"url": "https://github.com/benevolent-games/praxis/issues"
	}
}
