{
  "name": "@nomyx/assistant-cli",
  "version": "2.2.9",
  "description": "A javascript-based assistant that can help you with your daily tasks",
  "main": "./index.js",
  "publisher": "Nomyx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomyx-io/ai-assistant-cli.git"
  },
  "scripts": {
    "start": "node ./index.js",
    "test": "jest"
  },
  "keywords": [
    "AI",
    "assistant",
    "TypeScript"
  ],
  "author": "Sebastian Schepis <sebastian.s@nomyx.io>",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.6.7",
    "cli-color": "^2.0.3",
    "cli-highlight": "^2.1.11",
    "curly": "^0.6.2",
    "dependency-tree": "^10.0.9",
    "dotenv": "^16.4.2",
    "express": "^4.18.2",
    "gun": "^0.2020.1239",
    "huggingface": "^1.4.0",
    "inquirer": "^6.0.0",
    "install": "^0.13.0",
    "jest": "^29.7.0",
    "jsdom": "^24.0.0",
    "node-libcurl": "^4.0.0",
    "npm": "^10.4.0",
    "ohm-js": "^17.1.0",
    "openai": "^4.27.0",
    "ora": "^4.0.0",
    "play-sound": "^1.1.6",
    "playht": "^0.9.6",
    "shelljs": "^0.6.1",
    "unique-username-generator": "^1.3.0",
    "yaml-front-matter": "^4.1.1"
  },
  "bin": {
    "assistant": "bin/assistant"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "typescript": "^5.3.3"
  }
}
