{
	"name": "@clinebot/agents",
	"version": "0.0.38",
	"repository": {
		"type": "git",
		"url": "https://github.com/cline/sdk-wip",
		"directory": "packages/agents"
	},
	"main": "dist/index.js",
	"dependencies": {
		"@clinebot/llms": "0.0.38",
		"@clinebot/shared": "0.0.38",
		"nanoid": "^5.1.7"
	},
	"exports": {
		".": {
			"browser": "./dist/index.js",
			"development": "./src/index.ts",
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"description": "Browser-safe agent runtime for the next-generation Cline SDK",
	"files": [
		"dist",
		"src"
	],
	"keywords": [
		"llm",
		"agents",
		"ai",
		"tool-calling"
	],
	"license": "Apache-2.0",
	"scripts": {
		"build": "bun run bun.mts && bun tsc -p tsconfig.build.json",
		"dev": "bun build ./src/index.ts --outdir ./dist --target node --format esm --watch",
		"clean": "rm -rf dist node_modules",
		"typecheck": "bun tsc -p tsconfig.dev.json --noEmit",
		"test": "vitest run",
		"test:watch": "vitest"
	},
	"engines": {
		"node": ">=22"
	},
	"type": "module",
	"types": "dist/index.d.ts"
}
