embedia
Version:
Zero-configuration AI chatbot integration CLI - direct file copy with embedded API keys
80 lines (79 loc) • 1.77 kB
JSON
{
"name": "embedia",
"version": "4.1.3",
"description": "Zero-configuration AI chatbot integration CLI - direct file copy with embedded API keys",
"main": "bin/autochat-integrator.js",
"bin": {
"embedia": "./bin/autochat-integrator.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo \"Testing package before publish\""
},
"keywords": [
"chatbot",
"ai",
"integration",
"cli",
"nextjs",
"react",
"autochat",
"embedia",
"binding-contracts",
"smart-integration",
"build-validation",
"framework-detection",
"typescript",
"multi-framework",
"gatsby",
"vite",
"remix",
"compliance-fixing",
"health-check",
"web-components",
"universal",
"orchestrator",
"functional-validation",
"vue",
"angular"
],
"author": "AutoChat Team",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"node-fetch": "^2.7.0",
"ora": "^5.4.1",
"inquirer": "^8.2.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/generator": "^7.24.0",
"@babel/types": "^7.24.0",
"glob": "^10.3.10",
"express": "^4.18.2",
"cors": "^2.8.5",
"ws": "^8.16.0",
"chokidar": "^3.6.0",
"open": "^8.4.2"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/embedia/embedia.git"
},
"bugs": {
"url": "https://github.com/embedia/embedia/issues"
},
"homepage": "https://github.com/embedia/embedia#readme",
"files": [
"bin/",
"src/",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}