{
	"name": "@cad0p/pi-steering-github",
	"version": "0.1.0",
	"private": false,
	"description": "GitHub workflow rules for pi-steering — every PR closes at least one issue; PR/issue bodies come from napkin vault body files.",
	"keywords": [
		"pi-package",
		"pi-steering-package",
		"guardrails",
		"github",
		"gh-cli",
		"pull-request",
		"issues",
		"workflow"
	],
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"files": [
		"dist",
		"src",
		"README.md",
		"CHANGELOG.md",
		"LICENSE"
	],
	"engines": {
		"node": ">=22.19.0"
	},
	"scripts": {
		"clean": "rm -rf dist tsconfig.build.tsbuildinfo",
		"build": "tsc -p tsconfig.build.json",
		"test": "node --test --experimental-strip-types 'src/**/*.test.ts'",
		"typecheck": "tsc --noEmit",
		"prepare": "pnpm build",
		"lint": "biome check src/",
		"lint:fix": "biome check --write src/"
	},
	"dependencies": {
		"@cad0p/pi-napkin": "0.7.0-20260814.0"
	},
	"peerDependencies": {
		"@cad0p/pi-steering": "^0.1.0"
	},
	"devDependencies": {
		"@cad0p/pi-steering": "^0.1.0",
		"@earendil-works/pi-coding-agent": "^0.84.1",
		"@biomejs/biome": "^2.3.14",
		"@types/node": "^22.19.0",
		"typescript": "^5.8"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/cad0p/pi-steering-github.git"
	},
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	}
}
