{
  "name": "@vanexalabs-ai/vanexa-agent",
  "version": "1.3.76",
  "description": "Sovereign AI Agent Desktop Daemon",
  "main": "bin/vanexa-agent.js",
  "type": "module",
  "bin": {
    "vanexa-agent": "bin/vanexa-agent.js"
  },
  "files": [
    "bin/",
    "dist/bundle.jsc",
    "dist/.v8-version",
    "socket.json",
    "socket.yml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node ./bin/vanexa-agent.js",
    "test": "echo \"Tests will be implemented in future\" && exit 0",
    "build": "node scripts/build_bytecode.js",
    "prepublishOnly": "node scripts/build_bytecode.js"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "automation",
    "vanexa",
    "cli"
  ],
  "author": "Ikbal Fadilah",
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/ikbalsakata500445jensen/vanexa-agent"
  },
  "overrides": {
    "tar-stream": "^3.1.7",
    "es-define-property": "^1.0.7",
    "form-data": "^4.0.0",
    "axios": "^1.7.9",
    "ip": "^2.0.1",
    "protobufjs": "^7.3.0",
    "qs": "^6.14.1",
    "tough-cookie": "^4.1.3",
    "uuid": "^11.1.1",
    "sharp": "^0.35.0",
    "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.0",
    "function-bind": "npm:@socketregistry/function-bind@^1.0.7",
    "gopd": "npm:@socketregistry/gopd@^1.0.0",
    "has-symbols": "npm:@socketregistry/has-symbols@^1.0.0",
    "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1.0.0",
    "hasown": "npm:@socketregistry/hasown@^1.0.0",
    "is-interactive": "npm:@socketregistry/is-interactive@^1.0.0",
    "is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^0.1.0",
    "safe-buffer": "npm:@socketregistry/safe-buffer@^5.2.1",
    "safer-buffer": "npm:@socketregistry/safer-buffer@^2.1.2"
  },
  "dependencies": {
    "@babel/parser": "^8.0.4",
    "acorn-walk": "^8.3.5",
    "bytenode": "^1.6.0",
    "commander": "^11.1.0",
    "duck-duck-scrape": "^2.2.7",
    "googlethis": "^1.8.0",
    "inquirer": "^9.2.12",
    "node-fetch": "^3.3.2",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "acorn": "^8.18.0",
    "esbuild": "^0.28.1",
    "werift": "^0.24.2"
  }
}
