{
	"name": "@supermemory/clawdbot-supermemory",
	"version": "1.0.1",
	"type": "module",
	"description": "Clawdbot Supermemory memory plugin",
	"license": "MIT",
	"dependencies": {
		"supermemory": "^4.0.0",
		"@sinclair/typebox": "0.34.47"
	},
	"scripts": {
		"check-types": "tsc --noEmit",
		"lint": "bunx @biomejs/biome ci .",
		"lint:fix": "bunx @biomejs/biome check --write .",
		"build:lib": "esbuild lib/validate.ts --bundle --minify --format=esm --platform=node --target=es2022 --external:node:crypto --outfile=lib/validate.js"
	},
	"peerDependencies": {
		"clawdbot": ">=2026.1.24"
	},
	"clawdbot": {
		"extensions": [
			"./index.ts"
		]
	},
	"devDependencies": {
		"typescript": "^5.9.3"
	}
}
