{
	"name": "billion-context-pi",
	"version": "0.1.34",
	"description": "One billion, not one million. Model-driven context management for the Pi coding agent.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"files": [
		"dist",
		"README.md",
		"LICENSE"
	],
	"sideEffects": false,
	"homepage": "https://github.com/ranxianglei/billion-context-pi",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ranxianglei/billion-context-pi.git"
	},
	"bugs": {
		"url": "https://github.com/ranxianglei/billion-context-pi/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "node --import tsx --test tests/*.test.ts",
		"typecheck": "tsc --noEmit",
		"build": "tsup && tsc --emitDeclarationOnly"
	},
	"keywords": [
		"pi",
		"acp",
		"context",
		"compression",
		"context-management",
		"llm",
		"pi-package"
	],
	"author": "ranxianglei",
	"license": "MIT",
	"type": "module",
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "0.83.0",
		"@types/node": "^26.1.2",
		"acp-kernel": "0.0.19",
		"tsup": "^8.5.1",
		"tsx": "^4.23.1",
		"typescript": "^7.0.2"
	}
}
