=== Feature Branch Check ===
Date: 2026-01-01

$ git show feature/vudo-runtime:packages/vudo-runtime/package.json

{
  "name": "@vudo/runtime",
  "version": "0.1.0",
  "description": "JavaScript/TypeScript runtime for DOL Spirits - WASM host environment",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean",
    "dev": "tsup src/index.ts --format esm --watch",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "vudo",
    "dol",
    "wasm",
    "webassembly",
    "spirits",
    "runtime",
    "ontology"
  ],
  "author": "Univrs <ardeshir.org@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/univrs/dol",
    "directory": "packages/vudo-runtime"
  },
  "homepage": "https://github.com/univrs/dol/tree/main/packages/vudo-runtime",
  "bugs": {
    "url": "https://github.com/univrs/dol/issues"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}

=== Status ===
File found and accessible on feature/vudo-runtime branch.
Package: @vudo/runtime v0.1.0
