{
  "name": "autowonder",
  "version": "0.2.130",
  "description": "AutoWonder local runtime — execute AI agent dispatch packages on your machine",
  "bin": {
    "autowonder": "bin/cli.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "vendor/"
  ],
  "keywords": [
    "autowonder",
    "runtime",
    "ai-agent",
    "daemon",
    "dispatch",
    "claude",
    "codex",
    "qoder"
  ],
  "author": "Alibaba Cloud",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZichaoJin/auto-wonder-client-runtime.git"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "./scripts/build-and-publish.sh --build",
    "test": "node --test test/*.test.js"
  }
}
