{
	"name": "kcode-pi",
	"version": "0.2.30",
	"description": "金蝶编码助手（kcode）— KCode runtime 扩展包，含 27 个 skill、38 条 kd-* 规则、5 个 kingdee-* 扩展、kd_cosmic_qa 领域工具、企业版项目模板",
	"type": "module",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/wangneal/kcode-pi.git",
		"directory": "packages/kcode-pi"
	},
	"keywords": [
		"kingdee",
		"kcode",
		"cosmic",
		"coding-agent",
		"kcode-runtime"
	],
	"bin": {
		"kcode": "dist/kcode.js"
	},
	"files": [
		"dist/kcode.js",
		"extensions",
		"project-templates",
		"rules",
		"src",
		"README.md",
		"skills/**",
		"!skills/**/references/lang-*/refs/**",
		"!skills/**/references/lang-*/LICENSE",
		"!skills/**/references/lang-*/SOURCE.md",
		"package.json",
		"dist/types"
	],
	"publishConfig": {
		"access": "public",
		"bin": {
			"kcode": "./dist/kcode.js"
		},
		"ignore": [
			"skills/**/references/lang-*/refs/**",
			"skills/**/references/lang-*/LICENSE",
			"skills/**/references/lang-*/SOURCE.md"
		]
	},
	"kcode": {
		"extensions": [
			"./extensions/*.ts"
		]
	},
	"scripts": {
		"check": "bun x tsgo -p tsconfig.json --noEmit",
		"test": "bun test tests/",
		"build:npm-bin": "bun scripts/generate-kcode-launcher.ts",
		"prepack": "bun run build:npm-bin",
		"prepublishOnly": "bun scripts/npm-prepublish-resolve-manifest.ts",
		"postpublish": "bun scripts/npm-postpublish-restore-manifest.ts",
		"link:global": "bun link",
		"install:global": "bun link kcode-pi"
	},
	"dependencies": {
		"@kingdee-kcode/coding-agent": "16.1.9",
		"@oh-my-pi/pi-utils": "16.1.7",
		"zod": "^4"
	},
	"engines": {
		"bun": ">=1.3.14"
	}
}
