{
	"name": "pi-english-tutor",
	"version": "0.1.0",
	"description": "Classifies your pi messages for English grammar errors in the background and reports trends with /english. Corrections never enter LLM context.",
	"license": "MIT",
	"author": "giangdv <vinhgiang.duong@gmail.com>",
	"homepage": "https://github.com/giangdvdotdev/pi-english-tutor#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/giangdvdotdev/pi-english-tutor.git"
	},
	"bugs": {
		"url": "https://github.com/giangdvdotdev/pi-english-tutor/issues"
	},
	"type": "module",
	"keywords": ["pi-package"],
	"files": ["src", "docs", "README.md", "LICENSE"],
	"scripts": {
		"test": "vitest run"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"vitest": "^3.0.0"
	},
	"pi": {
		"extensions": ["./src/index.ts"],
		"image": "https://raw.githubusercontent.com/giangdvdotdev/pi-english-tutor/main/docs/img/english-note.png"
	}
}
