@tomisakae/tomibot
Version:
TomiBot - AI Chatbot CLI với Google Genkit. Một chatbot AI thông minh chạy trên command line với giao diện đẹp.
77 lines (76 loc) • 2.1 kB
JSON
{
"name": "@tomisakae/tomibot",
"version": "1.0.1",
"description": "TomiBot - AI Chatbot CLI với Google Genkit. Một chatbot AI thông minh chạy trên command line với giao diện đẹp.",
"main": "dist/index.js",
"bin": {
"tomibot": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts",
"clean": "rimraf dist",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run clean && npm run build",
"postinstall": "echo 'TomiBot installed successfully! Run: npx tomibot'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NguyenHuynhPhuVinh/TomiBot.git"
},
"keywords": [
"ai",
"chatbot",
"cli",
"typescript",
"genkit",
"gemini",
"google-ai",
"command-line",
"vietnamese",
"bot",
"assistant",
"interactive"
],
"author": "NguyenHuynhPhuVinh",
"license": "MIT",
"bugs": {
"url": "https://github.com/NguyenHuynhPhuVinh/TomiBot/issues"
},
"homepage": "https://github.com/NguyenHuynhPhuVinh/TomiBot#readme",
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/clear": "^0.1.4",
"@types/dotenv": "^6.1.1",
"@types/figlet": "^1.7.0",
"@types/inquirer": "^9.0.8",
"@types/node": "^22.15.30",
"@types/progress": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@genkit-ai/googleai": "^1.12.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"clear": "^0.1.0",
"cli-table3": "^0.6.5",
"dotenv": "^16.5.0",
"figlet": "^1.8.1",
"genkit": "^1.12.0",
"gradient-string": "^3.0.0",
"inquirer": "^12.6.3",
"ora": "^8.2.0",
"progress": "^2.0.3"
}
}