{
	"name": "omp-matrix-welcome",
	"version": "1.1.0",
	"description": "Matrix-style start screen for Oh My Pi (omp): full-width digital rain with a block banner, version, model and recent sessions",
	"type": "module",
	"license": "MIT",
	"author": "p1x3l4rtd3v",
	"homepage": "https://github.com/p1x3l4rtd3v/omp-matrix-welcome",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/p1x3l4rtd3v/omp-matrix-welcome.git"
	},
	"bugs": {
		"url": "https://github.com/p1x3l4rtd3v/omp-matrix-welcome/issues"
	},
	"keywords": [
		"omp",
		"omp-plugin",
		"pi-package",
		"extension",
		"coding-agent",
		"welcome",
		"matrix",
		"ascii",
		"tui"
	],
	"files": [
		"index.ts",
		"config.ts",
		"scripts",
		"README.md",
		"LICENSE"
	],
	"engines": {
		"node": ">=22"
	},
	"omp": {
		"extensions": [
			"./index.ts"
		]
	}
}
