@claytondcruze/chat-sdk
Version:
TypeScript SDK for AgentStable Chat System with CRUD operations and AI streaming
44 lines (43 loc) • 971 B
JSON
{
"name": "@claytondcruze/chat-sdk",
"version": "1.0.1",
"description": "TypeScript SDK for AgentStable Chat System with CRUD operations and AI streaming",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
},
"keywords": [
"chat",
"ai",
"firebase",
"streaming",
"sdk",
"typescript",
"baml",
"filesystem",
"crud"
],
"author": "AgentStable",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0",
"jest": "^29.7.0",
"@types/jest": "^29.5.0"
}
}