{
  "name": "@aibos/kernel",
  "version": "1.1.0",
  "description": "AIBOS Kernel - The Business Constitution (L0 SSOT)",
  "private": false,
  "type": "module",
  "sideEffects": false,
  "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",
    "registry.snapshot.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "kernel",
    "aibos",
    "nexus",
    "ssot",
    "governance",
    "l0"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pohlai88/NEXUS-KERNEL.git",
    "directory": "packages/kernel"
  },
  "dependencies": {
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "typescript": "^5.7.3",
    "vitest": "^4.0.16"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}
