{
	"name": "@agentuity/schema",
	"version": "3.1.18",
	"license": "Apache-2.0",
	"author": "Agentuity employees and contributors",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"AGENTS.md",
		"README.md",
		"src",
		"dist"
	],
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"default": "./dist/index.js"
		}
	},
	"scripts": {
		"clean": "rm -rf dist tsconfig.tsbuildinfo",
		"build": "bunx tsc --build --force",
		"typecheck": "bunx tsc --noEmit",
		"test": "bun test",
		"prepublishOnly": "bun run clean && bun run build"
	},
	"dependencies": {
		"@agentuity/core": "3.1.18"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"bun-types": "latest",
		"typescript": "^5.9.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/agentuity/sdk.git",
		"directory": "packages/schema"
	},
	"deprecated": "Use a standard schema library like Zod or Valibot directly. @agentuity/schema will be removed in a future release."
}
