casial-wasm 0.1.3

WASM bindings for universal consciousness-aware context coordination
Documentation
{
  "name": "@prompted-llc/context-casial-xpress-wasm",
  "version": "0.1.0",
  "description": "WebAssembly bindings for consciousness-aware context coordination - Part of Ubiquity OS",
  "main": "pkg/casial_wasm.js",
  "types": "pkg/casial_wasm.d.ts",
  "files": [
    "pkg/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/prompted-llc/context-casial-xpress"
  },
  "keywords": [
    "wasm",
    "webassembly",
    "context",
    "coordination",
    "consciousness",
    "ai",
    "ubiquity-os",
    "mcp"
  ],
  "author": "Prompted LLC <hello@promptedllc.com>",
  "license": "Fair Use - See LICENSE.md",
  "homepage": "https://promptedllc.com",
  "scripts": {
    "build": "wasm-pack build --target bundler --release",
    "build:nodejs": "wasm-pack build --target nodejs --release",
    "build:web": "wasm-pack build --target web --release", 
    "build:no-modules": "wasm-pack build --target no-modules --release",
    "test": "wasm-pack test --chrome --headless",
    "test:firefox": "wasm-pack test --firefox --headless",
    "test:node": "wasm-pack test --node"
  },
  "devDependencies": {
    "wasm-pack": "^0.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}