
{
  "name": "contaigents",
  "version": "0.1.0-alpha.12",
  "description": "Modular AI Content Ecosystem with Audio Generation",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "contaigents": "bin/cli.js"
  },
  "scripts": {
    "build": "tsc && chmod +x ./bin/cli.js",
    "start": "node --experimental-specifier-resolution=node dist/index.js",
    "start:files": "node --experimental-specifier-resolution=node dist/index.js",
    "dev:ide": "node --loader ts-node/esm src/index.ts develop",
    "dev": "node --loader ts-node/esm src/index.ts",
    "postbuild": "npm link"
  },
  "keywords": [
    "ai",
    "content",
    "ecosystem",
    "audio",
    "text-to-speech",
    "tts",
    "gemini",
    "cli",
    "markdown",
    "content-generation"
  ],
  "author": "Contaigents Team",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/contenSpace.git",
    "directory": "cli"
  },
  "homepage": "https://contaigents.com",
  "bugs": {
    "url": "https://github.com/your-username/contenSpace/issues"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "commander": "^13.1.0",
    "cors": "^2.8.5",
    "dotenv": "^16.5.0",
    "express": "^4.21.2",
    "ollama": "^0.5.13",
    "open": "^10.1.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/node": "^22.13.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  }
}
