{
	"name": "@the-forge-flow/pi-token-saver",
	"version": "0.1.4",
	"description": "Token-saving proxy for the PI coding agent — intercepts and compresses API calls to reduce token consumption",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"files": [
		"dist",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"dev": "tsc -p tsconfig.build.json --watch",
		"test": "vitest run --passWithNoTests",
		"test:watch": "vitest",
		"test:coverage": "vitest run --coverage --passWithNoTests",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"check": "biome check .",
		"check:fix": "biome check --write .",
		"fmt": "biome format --write .",
		"typecheck": "tsc --noEmit",
		"clean": "rm -rf dist",
		"prepare": "lefthook install || true"
	},
	"keywords": [
		"pi-package",
		"pi",
		"pi-coding-agent",
		"extension",
		"token",
		"token-saving",
		"proxy",
		"tff",
		"the-forge-flow"
	],
	"author": "The Forge Flow",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/MonsieurBarti/pi-token-saver.git"
	},
	"bugs": {
		"url": "https://github.com/MonsieurBarti/pi-token-saver/issues"
	},
	"homepage": "https://github.com/MonsieurBarti/pi-token-saver#readme",
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=22.5.0"
	},
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-ai": "*",
		"@mariozechner/pi-tui": "*",
		"@sinclair/typebox": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@commitlint/cli": "^19.8.0",
		"@commitlint/config-conventional": "^19.8.0",
		"@mariozechner/pi-ai": "latest",
		"@mariozechner/pi-coding-agent": "latest",
		"@mariozechner/pi-tui": "latest",
		"@sinclair/typebox": "^0.34.0",
		"@types/node": "^22.0.0",
		"@vitest/coverage-v8": "^2.1.0",
		"lefthook": "^2.1.5",
		"typescript": "^5.7.0",
		"vitest": "^2.1.0"
	},
	"dependencies": {
		"@sinclair/typebox": "^0.34.0"
	}
}
