{
    "name": "uomi-chat-agent",
    "version": "1.0.0",
    "description": "UOMI Chat Agent Development Environment",
    "type": "module",
    "main": "main.js",
    "scripts": {
      "start": "node main.js",
      "dev": "node main.js",
      "build": "sh ./bin/build_and_run_host.sh",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
      "uomi",
      "chat",
      "agent",
      "wasm",
      "rust",
      "development"
    ],
    "author": "UOMI Team",
    "license": "MIT",
    "dependencies": {
      "fs-extra": "^11.1.1"
    },
    "engines": {
      "node": ">=14.0.0"
    },
    "bin": {
      "uomi-chat": "./main.js"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/Uomi-network/uomi-chat-agent-template.git"
    },
    "bugs": {
      "url": "https://github.com/Uomi-network/uomi-chat-agent-template/issues"
    },
    "homepage": "https://github.com/Uomi-network/uomi-chat-agent-template#readme"
  }