{
  "name": "@ikbal_fadilah_vanexa01/vanexa-agent",
  "version": "1.3.14",
  "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/bundle.cjs",
    "dist/.v8-version",
    "scripts/",
    "README.md",
    "install.sh",
    "install.ps1"
  ],
  "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",
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "automation",
    "vanexa",
    "cli"
  ],
  "author": "Ikbal Fadilah",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ikbalsakata500445jensen/vanexa-agent"
  },
  "dependencies": {
    "@xenova/transformers": "^2.17.2",
    "better-sqlite3": "^12.11.1",
    "bytenode": "^1.6.0",
    "commander": "^11.1.0",
    "duck-duck-scrape": "^2.2.7",
    "google-it": "^1.6.4",
    "googlethis": "^1.8.0",
    "inquirer": "^9.2.12",
    "node-fetch": "^3.3.2",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "esbuild": "^0.28.1"
  }
}