{
  "name": "@khy-os/khy-os",
  "version": "0.1.181",
  "description": "khy OS — multi-language AI platform delivered through npm as the unified delivery + cross-language dependency-orchestration hub (Node backend, Python glue, C kernel, MoonBit WASM).",
  "license": "LicenseRef-Source-Available",
  "homepage": "https://github.com/kodehu03/khy-os#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kodehu03/khy-os.git"
  },
  "bugs": {
    "url": "https://github.com/kodehu03/khy-os/issues"
  },
  "main": "index.js",
  "bin": {
    "khy": "./bin/khy.js",
    "khy-os": "./bin/khy.js"
  },
  "files": [
    "index.js",
    "bin/",
    "scripts/devenv.js",
    "scripts/postinstall.js",
    "_resources/",
    "bundled/"
  ],
  "scripts": {
    "prepack": "node scripts/assemble.js",
    "postinstall": "node scripts/postinstall.js",
    "audit:purity": "node scripts/audit-purity.js",
    "test": "node --test \"test/*.test.js\""
  },
  "engines": {
    "node": ">=20"
  }
}
