{
  "name": "todozi",
  "version": "0.1.3",
  "description": "AI/Human task collaboration system",
  "type": "module",
  "main": "todozi/main.js",
  "types": "index.d.ts",
  "keywords": [
    "todo",
    "task-management",
    "ai",
    "productivity",
    "todozi"
  ],
  "author": "CyberBoost",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cyber-boost/todozi.git"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "files": [
    "chat/",
    "docs/",
    "examples/",
    "json/",
    "train/",
    "todozi/",
    "index.d.ts",
    "server.js",
    "tdz.js",
    "ts/",
    "README.md"
  ],
  "scripts": {
    "test": "jest --config=todozi/jest.config.js",
    "test:watch": "jest --watch --config=todozi/jest.config.js",
    "test:coverage": "jest --coverage --config=todozi/jest.config.js",
    "test:verbose": "jest --verbose --config=todozi/jest.config.js",
    "test:export": "jest --json --outputFile=test-results.json --config=todozi/jest.config.js 2>&1 | tee test-results.txt",
    "test:export:verbose": "jest --json --verbose --outputFile=test-results.json --config=todozi/jest.config.js 2>&1 | tee test-results.txt",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "start": "node server.js",
    "server": "node server.js",
    "chat": "node chat/hi.js",
    "cli": "node tdz.js",
    "dev": "node server.js",
    "install-cli": "npm link"
  },
  "bin": {
    "tdz": "./tdz.js",
    "todozi": "./tdz.js",
    "todozi-server": "./server.js"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/date-fns": "^2.6.3",
    "@types/express": "^5.0.5",
    "@types/jest": "^29.5.11",
    "@types/lodash": "^4.17.20",
    "@types/luxon": "^3.7.1",
    "@types/node": "^24.10.0",
    "@xenova/transformers": "^2.17.2",
    "jest": "^29.7.0",
    "node-pandas": "^1.0.5",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "async-mutex": "^0.5.0",
    "axios": "^1.7.7",
    "blessed": "^0.1.81",
    "chalk": "^5.6.2",
    "commander": "^11.1.0",
    "cors": "^2.8.5",
    "date-fns": "^4.1.0",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "express-validator": "^7.0.1",
    "luxon": "^3.7.2",
    "node-cache": "^5.1.2",
    "ollama": "^0.5.8",
    "uuid": "^9.0.1",
    "winston": "^3.11.0"
  }
}
