{
  "name": "@jait/shared",
  "version": "0.1.79",
  "description": "Shared schemas, constants, and domain types for Jait",
  "author": "JakobWl",
  "type": "module",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./dist/index.js"
    },
    "./schemas": {
      "types": "./src/schemas/index.ts",
      "import": "./dist/schemas/index.js"
    },
    "./types": {
      "types": "./src/types/index.ts",
      "import": "./dist/types/index.js"
    },
    "./constants": {
      "types": "./src/constants/index.ts",
      "import": "./dist/constants/index.js"
    }
  },
  "license": "MIT",
  "homepage": "https://jait.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/Widev-e-U/Jait.git",
    "directory": "packages/shared"
  },
  "keywords": [
    "ai",
    "agent",
    "typescript",
    "schemas",
    "shared"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
