{
  "name": "@dug-21/unimatrix",
  "version": "0.9.0",
  "description": "Unimatrix knowledge engine for multi-agent development",
  "bin": {
    "unimatrix": "bin/unimatrix.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js",
    "test": "node --test",
    "test:hook-client": "node test/run-hook-client.js",
    "test:hook-client:layer2": "node test/run-hook-client.js --only parity-layer2"
  },
  "optionalDependencies": {
    "@dug-21/unimatrix-linux-x64": "0.9.0",
    "@dug-21/unimatrix-linux-arm64": "0.9.0"
  },
  "files": [
    "bin/",
    "lib/",
    "skills/",
    "postinstall.js",
    "protocols/"
  ],
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/dug-21/unimatrix"
  },
  "homepage": "https://github.com/dug-21/unimatrix#readme",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
