conservation-chatbot
Version:
An interactive AI chatbot that creates meaningful connections between visitors and endangered animals. Perfect for conservation organizations, NGOs, and environmental education.
86 lines (85 loc) • 2.11 kB
JSON
{
"name": "conservation-chatbot",
"version": "1.1.8",
"description": "An interactive AI chatbot that creates meaningful connections between visitors and endangered animals. Perfect for conservation organizations, NGOs, and environmental education.",
"main": "dist/conservation-chatbot.umd.js",
"module": "dist/conservation-chatbot.es.js",
"type": "module",
"exports": {
".": {
"import": "./dist/conservation-chatbot.es.js",
"require": "./dist/conservation-chatbot.umd.js"
},
"./animals": {
"import": "./dist/animals.es.js",
"require": "./dist/animals.umd.js"
},
"./styles": {
"import": "./dist/styles.es.js",
"require": "./dist/styles.umd.js"
}
},
"files": [
"dist/",
"README.md",
"LICENSE",
"CHANGELOG.md",
"NGO_SETUP_GUIDE.md"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node test/basic.test.js",
"prepare": "npm run build"
},
"keywords": [
"conservation",
"chatbot",
"ai",
"endangered-animals",
"ngo",
"wildlife",
"marine-conservation",
"forest-conservation",
"climate-change",
"environmental-education",
"gemini-ai",
"google-ai",
"interactive",
"engagement",
"donations",
"volunteer",
"advocacy"
],
"author": {
"name": "Conservation Chatbot Team",
"email": "support@conservation-chatbot.com",
"url": "https://github.com/majidsafwaan2/conservation-chatbot"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/majidsafwaan2/conservation-chatbot.git"
},
"bugs": {
"url": "https://github.com/majidsafwaan2/conservation-chatbot/issues"
},
"homepage": "https://github.com/majidsafwaan2/conservation-chatbot#readme",
"dependencies": {
"@google/generative-ai": "^0.21.0"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"vite": "^5.0.0"
},
"peerDependencies": {},
"engines": {
"node": ">=14.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}