{
	"name": "billion-context-omp",
	"version": "0.3.3",
	"description": "One billion, not one million. Model-driven context management for the oh-my-pi (omp) coding agent.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"omp": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"files": [
		"dist",
		"README.md",
		"README.zh-CN.md",
		"LICENSE"
	],
	"sideEffects": false,
	"homepage": "https://github.com/ranxianglei/billion-context-omp",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ranxianglei/billion-context-omp.git"
	},
	"bugs": {
		"url": "https://github.com/ranxianglei/billion-context-omp/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "bun scripts/test.ts",
		"typecheck": "tsc --noEmit",
		"typecheck:tests": "tsc --noEmit -p tsconfig.test.json",
		"typecheck:all": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json",
		"build": "tsup && tsc --emitDeclarationOnly"
	},
	"keywords": [
		"pi",
		"omp",
		"oh-my-pi",
		"acp",
		"context",
		"compression",
		"context-management",
		"llm",
		"pi-package"
	],
	"author": "ranxianglei",
	"license": "MIT",
	"type": "module",
	"peerDependencies": {
		"@oh-my-pi/pi-coding-agent": ">=17.0.0",
		"@oh-my-pi/omptype": ">=17.0.0"
	},
	"devDependencies": {
		"@oh-my-pi/omptype": "17.3.8",
		"@oh-my-pi/pi-agent-core": "17.3.8",
		"@oh-my-pi/pi-ai": "17.3.8",
		"@oh-my-pi/pi-coding-agent": "17.3.8",
		"@oh-my-pi/pi-utils": "17.3.8",
		"@types/node": "^26.1.2",
		"acp-kernel": "0.0.42",
		"bun-types": "^1.3.14",
		"tsup": "^8.5.1",
		"tsx": "^4.23.1",
		"typescript": "^7.0.2"
	}
}
