{
	"name": "@vincemakes/kiso-subagent-ext",
	"version": "0.40.0",
	"description": "kiso official subagent extension \u2014 child kiso processes with role policies, kernel untouched",
	"type": "module",
	"license": "MIT",
	"main": "./dist/kiso-subagent.mjs",
	"exports": {
		".": {
			"types": "./index.d.ts",
			"import": "./dist/kiso-subagent.mjs"
		}
	},
	"files": [
		"dist",
		"index.d.ts",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"build": "node build.mjs",
		"typecheck": "tsc -p tsconfig.json",
		"test": "vitest run"
	},
	"devDependencies": {
		"@vincemakes/kiso-core": "0.40.0",
		"@types/node": "^26.1.2",
		"typescript": "^5.7.2",
		"vitest": "^3.0.0"
	}
}
