{
	"name": "awesome-ai",
	"version": "0.0.0",
	"type": "module",
	"description": "Add agents, tools, and prompts to your projects.",
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"src",
		"!src/__tests__"
	],
	"bin": "./src/index.ts",
	"scripts": {
		"typecheck": "tsc --noEmit",
		"test": "vitest run",
		"test:watch": "vitest"
	},
	"dependencies": {
		"@antfu/ni": "^27.0.1",
		"commander": "^14.0.2",
		"cosmiconfig": "^9.0.0",
		"deepmerge": "^4.3.1",
		"diff": "^8.0.2",
		"execa": "^9.6.0",
		"fast-glob": "^3.3.3",
		"fs-extra": "^11.3.2",
		"kleur": "^4.1.5",
		"ora": "^9.0.0",
		"prompts": "^2.4.2",
		"ts-morph": "^27.0.2",
		"tsconfig-paths": "^4.2.0",
		"awesome-ai-tui": "workspace:*",
		"zod": "^4.1.13"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"@types/fs-extra": "^11.0.4",
		"@types/prompts": "^2.4.9",
		"typescript": "catalog:",
		"vitest": "catalog:"
	}
}
