hua-sdk-lite
Version:
HUA Lite API SDK - Emotional AI Chatbot Integration
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "hua-sdk-lite",
"version": "2.1.1",
"description": "HUA Lite API SDK - Emotional AI Chatbot Integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/HUA-Labs/hua-sdk-lite.git"
},
"author": "EchoNet-AIs <echonet.ais@gmail.com>",
"license": "MIT",
"keywords": [
"hua",
"sdk",
"lite",
"ai",
"chatbot",
"emotional",
"api",
"typescript",
"LLM"
],
"files": [
"dist",
"README.md",
"README.en.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^22.15.23",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=16.0.0"
}
}