{
	"name": "pi-tasks",
	"version": "0.2.0",
	"description": "Pi-native execution contracts for AI agents — evidence-gated completion, ordered plans, and compaction-safe resume",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nczz/pi-tasks.git"
	},
	"bugs": {
		"url": "https://github.com/nczz/pi-tasks/issues"
	},
	"homepage": "https://github.com/nczz/pi-tasks#readme",
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"files": [
		"dist/",
		"docs/",
		"README.md",
		"CHANGELOG.md",
		"LICENSE"
	],
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"ai-agent",
		"coding-agent",
		"task-management",
		"todo",
		"progress-tracking",
		"agent-workflow",
		"developer-tools"
	],
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"check": "biome check --write --error-on-warnings index.ts src test docs README.md CHANGELOG.md package.json package-lock.json tsconfig.json tsconfig.build.json",
		"prepack": "npm run build",
		"release:check": "scripts/release-check.sh",
		"test": "vitest --run test/unit/",
		"typecheck": "tsc --noEmit"
	},
	"engines": {
		"node": ">=22.0.0"
	},
	"license": "MIT",
	"devDependencies": {
		"@biomejs/biome": "2.3.5",
		"@types/node": "22.19.19",
		"typescript": "5.9.3",
		"vitest": "3.2.6"
	},
	"overrides": {
		"esbuild": "0.28.1"
	}
}
