{
	"name": "pi-cmd-expand",
	"version": "0.2.0",
	"description": "Expand !`cmd` and !```sh\\ncmd\\n``` inline command syntax in prompts and project context files (AGENTS.md / CLAUDE.md). Commands run in the agent's cwd.",
	"keywords": [
		"pi-package",
		"pi-extension",
		"claude-code",
		"command-expansion"
	],
	"type": "module",
	"main": "src/index.ts",
	"scripts": {
		"test": "node --test",
		"check": "npx --yes @biomejs/biome@^2.5.6 check .",
		"prepublishOnly": "npm test && npm run check"
	},
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"files": [
		"src",
		"README.md",
		"README.zh.md",
		"AGENTS.md",
		"LICENSE"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/djs66256/pi-cmd-expand.git"
	},
	"bugs": {
		"url": "https://github.com/djs66256/pi-cmd-expand/issues"
	},
	"homepage": "https://github.com/djs66256/pi-cmd-expand#readme",
	"engines": {
		"node": ">=20"
	},
	"dependencies": {
		"@earendil-works/pi-coding-agent": "^0.83.0"
	},
	"devDependencies": {
		"jiti": "^2.7.0"
	}
}
