{
	"name": "@butlerbot/sdk",
	"version": "0.0.44",
	"description": "The official ButlerBot SDK",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist/**/*"
	],
	"scripts": {
		"build": "tsc",
		"pack": "npm run build && npm pack --pack-destination=\"G:\\tarballs\"",
		"update": "npm run build && npm publish --access public",
		"update:alpha": "npm run build && npm publish --access public --tag alpha",
		"test": "bun test",
		"typecheck": "tsc --noEmit -p tsconfig.check.json"
	},
	"keywords": [
		"agents",
		"ai",
		"alfred",
		"butler",
		"butlerbot",
		"chatbot",
		"sdk",
		"tools",
		"websocket"
	],
	"author": "Fragly",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/butlerbots/alfred5_sdk.git"
	},
	"bugs": {
		"url": "https://github.com/butlerbots/alfred5_sdk/issues"
	},
	"homepage": "https://butler.now",
	"engines": {
		"node": ">=18.0.0"
	},
	"devDependencies": {
		"@types/bun": "^1.1.0",
		"@types/node": "^22.13.10",
		"typescript": "^5.8.2",
		"zod": "^4.0.0"
	},
	"dependencies": {
		"eventsource": "^3.0.5"
	},
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"peerDependencies": {
		"zod": ">=3.24.0",
		"ws": ">=8.0.0"
	},
	"peerDependenciesMeta": {
		"zod": {
			"optional": true
		},
		"ws": {
			"optional": true
		}
	}
}
