aquanet-bot-lib
Version:
A library for building aquaculture chatbots with LLM integration
45 lines • 945 B
JSON
{
"name": "aquanet-bot-lib",
"version": "0.2.1",
"description": "A library for building aquaculture chatbots with LLM integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"aquaculture",
"chatbot",
"llm",
"ai",
"deepseek"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/toan-2406/aquanet-bot-lib.git"
},
"bugs": {
"url": "https://github.com/toan-2406/aquanet-bot-lib/issues"
},
"homepage": "https://github.com/toan-2406/aquanet-bot-lib#readme",
"scripts": {
"build": "tsc",
"test": "vitest"
}
}