{
	"name": "pi-rlm-runtime",
	"version": "0.1.1",
	"description": "Recursive language model runtime for Pi",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Dhul-Husni/pi-rlm-runtime.git"
	},
	"homepage": "https://github.com/Dhul-Husni/pi-rlm-runtime#readme",
	"bugs": {
		"url": "https://github.com/Dhul-Husni/pi-rlm-runtime/issues"
	},
	"type": "module",
	"files": [
		"dist",
		"python/pi_rlm_runtime/__init__.py",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
		"format": "biome check --write .",
		"format:check": "biome check .",
		"typecheck": "tsc --noEmit",
		"python:check": "python3 -m py_compile python/pi_rlm_runtime/__init__.py",
		"test": "node --no-warnings --experimental-strip-types --test test/*.test.ts",
		"build": "npm run clean && tsc -p tsconfig.build.json",
		"check": "npm run format:check && npm run typecheck && npm run python:check && npm test && npm run build",
		"prepublishOnly": "npm run check"
	},
	"dependencies": {
		"zeromq": "^6.5.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.5",
		"@earendil-works/pi-agent-core": "0.84.0",
		"@earendil-works/pi-ai": "0.84.0",
		"@earendil-works/pi-coding-agent": "0.84.0",
		"@types/node": "22.19.19",
		"typebox": "1.3.7",
		"typescript": "5.9.3"
	},
	"engines": {
		"node": ">=22.19.0"
	},
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"keywords": [
		"pi-package",
		"pi-extension",
		"rlm",
		"recursive-language-model",
		"ipython",
		"subagents"
	],
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	}
}
