UNPKG

free-chatbot

Version:

Free AI chatbots without API keys for web applications

34 lines (33 loc) 675 B
{ "name": "free-chatbot", "version": "1.0.2", "description": "Free AI chatbots without API keys for web applications", "main": "src/index.js", "type": "module", "scripts": { "test": "node test.js" }, "keywords": [ "ai", "chatbot", "free", "no-api-key", "phind", "blackbox", "duckduckgo" ], "author": "Muhammad Haris - muhiris", "email": "muhammadharis786@protonmail.com", "repository": "https://github.com/muhiris/free-chatbot", "license": "MIT", "dependencies": { "node-fetch": "^3.3.0" }, "devDependencies": { "eslint": "^8.0.0", "jest": "^29.0.0" }, "engines": { "node": ">=14.0.0" } }