{
	"name": "@juicesharp/rpiv-pi",
	"version": "2.9.0",
	"description": "A skill-based development workflow for Pi Agent. 30 contract-carrying skills (discover → research → design → plan → implement → validate → code-review → commit, and more), the 15 named subagents they dispatch, and four built-in /wf workflows that chain them end to end in detached parallel runs.",
	"keywords": [
		"pi-package",
		"pi-extension",
		"rpiv",
		"skills",
		"workflow"
	],
	"license": "MIT",
	"author": "juicesharp",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/juicesharp/rpiv-mono.git",
		"directory": "packages/rpiv-pi"
	},
	"homepage": "https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-pi#readme",
	"bugs": {
		"url": "https://github.com/juicesharp/rpiv-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"extensions/",
		"skills/",
		"agents/",
		"scripts/",
		"docs/",
		"!docs/*.png",
		"!docs/*.jpg",
		"!docs/*.svg",
		"README.md",
		"LICENSE",
		"!**/*.test.ts"
	],
	"pi": {
		"image": "https://raw.githubusercontent.com/juicesharp/rpiv-mono/main/packages/rpiv-pi/docs/cover.png",
		"extensions": [
			"./extensions"
		],
		"skills": [
			"./skills"
		]
	},
	"dependencies": {
		"@juicesharp/rpiv-config": "^2.9.0",
		"typebox": "^1.1.24"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@tintinweb/pi-subagents": "*",
		"@juicesharp/rpiv-ask-user-question": "*",
		"@juicesharp/rpiv-todo": "*",
		"@juicesharp/rpiv-advisor": "*",
		"@juicesharp/rpiv-i18n": "*",
		"@juicesharp/rpiv-web-tools": "*",
		"@juicesharp/rpiv-args": "*",
		"@juicesharp/rpiv-workflow": "*",
		"yaml": "*",
		"jiti": "*",
		"@standard-schema/spec": "*"
	}
}
