{
  "name": "@nomyx/assistant-tools",
  "version": "1.6.6",
  "description": "A TypeScript module for AI assistance.",
  "main": "dist/tools/index.js",
  "publisher": "Nomyx",
  "repository": {
    "type": "git",
    "url": "https://github.com/nomyx-io/assistant-tools.git"
  },
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "AI",
    "assistant"
  ],
  "author": "Sebastian Schepis <sebastian.s@nomyx.io>",
  "license": "ISC",
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/jsdom": "^21.1.6",
    "@types/marked": "^6.0.0",
    "@types/play-sound": "^1.1.2",
    "@types/shelljs": "^0.8.15",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "@nomyx/assistant": "^1.6.2",
    "chromadb": "^1.7.3",
    "cli-highlight": "^2.1.11",
    "ethers": "^6.9.1",
    "highlight.js": "^11.9.0",
    "inquirer": "^7.2.12",
    "jsdom": "^23.0.1",
    "marked": "^11.1.0",
    "openai": "^4.24.1",
    "play-sound": "^1.1.6",
    "playht": "^0.9.6",
    "shelljs": "^0.8.5",
    "ytdl-core": "^4.11.5"
  }
}
