{
  "name": "@tiens.nguyen/gonext-local-worker",
  "version": "1.0.347",
  "description": "Polls GoNext cloud API for async local LLM jobs and runs them against Ollama/OpenAI-compatible servers on this Mac",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiennsloit/gonext.git"
  },
  "homepage": "https://github.com/tiennsloit/gonext#readme",
  "bugs": {
    "url": "https://github.com/tiennsloit/gonext/issues"
  },
  "bin": {
    "gonext-local-worker": "./gonext-local-worker.mjs",
    "gonext": "./gonext-repl.mjs"
  },
  "scripts": {
    "test": "python3 -m unittest discover tests -v && node --test tests/*.test.mjs",
    "test:js": "node --test tests/*.test.mjs",
    "deploy:local": "npm install -g .",
    "run": "gonext-local-worker",
    "publish:org": "npm publish --access public"
  },
  "files": [
    "gonext-local-worker.mjs",
    "gonext-repl.mjs",
    "device-login.mjs",
    "daemon-control.mjs",
    "model-doctor.mjs",
    "gonext_probe_agent.py",
    "gonext_agent_chat.py",
    "gonext_transcribe.py",
    "gonext_mlx_embed.py",
    "thinking_words.txt",
    "README.md",
    "launchd/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "openai": "^4.77.0"
  },
  "engines": {
    "node": ">=18"
  }
}
