{
	"name": "@juanibiapina/pi-files",
	"version": "0.1.1",
	"description": "Pi extension that tracks files read/written/edited by the agent",
	"type": "module",
	"main": "dist/index.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"clean": "rm -rf dist",
		"build": "tsc -p tsconfig.build.json",
		"dev": "tsc -p tsconfig.build.json --watch",
		"check": "biome check --write --error-on-warnings . && tsc --noEmit",
		"prepublishOnly": "npm run clean && npm run build && npm run check"
	},
	"files": [
		"dist/**/*",
		"README.md"
	],
	"keywords": [
		"pi",
		"pi-package",
		"extension",
		"files"
	],
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"author": "Juan Ibiapina",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/juanibiapina/pi-files"
	},
	"engines": {
		"node": ">=20.0.0"
	},
	"dependencies": {
		"@juanibiapina/pi-extension-settings": "^0.4.0"
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-tui": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.5",
		"@mariozechner/pi-coding-agent": "^0.51.1",
		"@types/node": "^22.10.5",
		"typescript": "^5.9.2"
	}
}
