{
	"name": "pi-auto-thinking",
	"version": "0.1.2",
	"description": "Pi extension that auto-sets the thinking level each turn via an online prompt-difficulty classifier.",
	"author": "aesisify",
	"license": "MIT",
	"type": "module",
	"engines": {
		"node": ">=22"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aesisify/pi-auto-thinking.git"
	},
	"homepage": "https://github.com/aesisify/pi-auto-thinking#readme",
	"bugs": {
		"url": "https://github.com/aesisify/pi-auto-thinking/issues"
	},
	"keywords": [
		"pi-package",
		"pi",
		"pi-coding-agent",
		"thinking",
		"auto-thinking"
	],
	"files": [
		"index.ts",
		"src/**/*.ts",
		"README.md",
		"CHANGELOG.md"
	],
	"scripts": {
		"test": "npm run test:unit",
		"test:unit": "node --experimental-strip-types --test test/unit/*.test.ts",
		"test:integration": "node --experimental-transform-types --import ./test/support/register-loader.mjs --test test/integration/*.test.ts",
		"test:all": "npm run test:unit && npm run test:integration",
		"lint": "biome check .",
		"format": "biome check --write ."
	},
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"dependencies": {
		"winston": "3.19.0",
		"winston-daily-rotate-file": "5.0.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*"
	},
	"peerDependenciesMeta": {
		"@earendil-works/pi-coding-agent": {
			"optional": true
		},
		"@earendil-works/pi-ai": {
			"optional": true
		}
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.5",
		"@earendil-works/pi-ai": "0.81.1",
		"@earendil-works/pi-coding-agent": "0.81.1"
	}
}
