UNPKG

contaigents

Version:

Modular AI Content Ecosystem with Audio Generation

70 lines (69 loc) 1.85 kB
{ "name": "contaigents", "version": "0.1.0-alpha.17", "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", "postinstall": "playwright install chromium --with-deps" }, "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", "@gradio/client": "^1.15.7", "@types/form-data": "^2.2.1", "@xenova/transformers": "^2.17.2", "commander": "^13.1.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "echogarden": "^2.10.1", "express": "^4.21.2", "form-data": "^4.0.4", "js-yaml": "^4.1.0", "node-fetch": "^3.3.2", "ollama": "^0.5.13", "open": "^10.1.0", "playwright": "^1.54.2", "sharp": "^0.34.4", "wav-decoder": "^1.3.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^22.13.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }