{
  "name": "@sisu-ai/core",
  "version": "2.6.2",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finger-gun/sisu",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/finger-gun/sisu#readme",
  "bugs": {
    "url": "https://github.com/finger-gun/sisu/issues"
  },
  "keywords": [
    "sisu",
    "ai",
    "ai-agent",
    "agentic",
    "core"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist",
    "lint": "eslint src --ext .ts,.js",
    "lint:fix": "eslint src --ext .ts,.js --fix",
    "typecheck": "tsc --noEmit"
  }
}