{
	"name": "@davideasden/pi-undo",
	"version": "0.2.25",
	"description": "Persistent workspace undo and redo for Pi",
	"license": "MIT",
	"type": "module",
	"keywords": [
		"pi-package",
		"pi-agent",
		"pi-extension",
		"undo",
		"redo",
		"workspace-history",
		"coding-agent"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/DavidEasden/pi-undo.git"
	},
	"homepage": "https://github.com/DavidEasden/pi-undo#readme",
	"bugs": {
		"url": "https://github.com/DavidEasden/pi-undo/issues"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"pi": {
		"extensions": [
			"./extensions/pi-undo.ts"
		]
	},
	"files": [
		"extensions",
		"src",
		"native/bin",
		"README.md"
	],
	"scripts": {
		"test": "vitest run",
		"test:watch": "vitest",
		"test:integration": "vitest run test/extension.integration.test.ts test/pi-runtime.test.ts test/pi-sdk.integration.test.ts",
		"test:native": "cargo test --manifest-path native/pi-undo-fs/Cargo.toml && vitest run test/native-restore.test.ts test/durable-pack.test.ts test/packed-recovery.test.ts",
		"build:native": "cargo build --release --manifest-path native/pi-undo-fs/Cargo.toml",
		"typecheck": "tsc --noEmit",
		"pack:dry-run": "npm pack --dry-run"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.86.1",
		"@earendil-works/pi-tui": ">=0.86.1"
	},
	"dependencies": {
		"proper-lockfile": "4.1.2"
	},
	"devDependencies": {
		"@earendil-works/pi-ai": "0.86.1",
		"@earendil-works/pi-coding-agent": "0.86.1",
		"@earendil-works/pi-tui": "0.86.1",
		"@types/node": "24.12.4",
		"@types/proper-lockfile": "4.1.4",
		"typescript": "5.9.3",
		"vitest": "4.1.9"
	},
	"engines": {
		"node": ">=22.19.0"
	}
}
