{
	"name": "@juicesharp/rpiv-pi",
	"version": "1.20.0",
	"description": "A skill-based development workflow for Pi Agent. Twenty contract-carrying skills (discover → research → design → plan → implement → validate → code-review → commit, and more), the named subagents they dispatch, and six built-in /wf workflows that chain them end to end.",
	"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/",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./extensions"
		],
		"skills": [
			"./skills"
		]
	},
	"dependencies": {
		"@juicesharp/rpiv-config": "^1.20.0"
	},
	"peerDependencies": {
		"@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": "*",
		"typebox": "*",
		"jiti": "*",
		"@standard-schema/spec": "*"
	}
}
