Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@kody/doomPublic

package.json

38 lines · 831 B · JSON
{
	"name": "@kody/doom",
	"version": "1.0.1",
	"description": "Play Freedoom in the browser as an installable PWA with WebMCP tools (Chocolate Doom WASM).",
	"license": "MIT",
	"type": "module",
	"exports": {
		".": {
			"types": "./src/index.ts",
			"default": "./src/index.ts"
		},
		"./app": {
			"types": "./src/app.ts",
			"default": "./src/app.ts"
		},
		"./open": {
			"types": "./src/open.ts",
			"default": "./src/open.ts"
		}
	},
	"kody": {
		"id": "doom",
		"description": "Play Freedoom (Chocolate Doom WASM) in-browser as an installable PWA with WebMCP agent tools.",
		"category": "apps",
		"tags": [
			"doom",
			"game",
			"pwa",
			"webmcp",
			"freedoom",
			"wasm"
		],
		"searchText": "KODOOM Freedoom Chocolate Doom WASM PWA WebMCP browser game hellgate amber",
		"app": {
			"entry": "./src/app.ts"
		}
	}
}