Refactored to flow Hub Packaging directory structures

This commit is contained in:
2025-05-27 18:24:39 -05:00
parent 93362b209b
commit 73294b19b4
24 changed files with 222 additions and 174 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "node-chat-cli",
"version": "1.0.0",
"description": "A command line chat program that interacts IVA Studio's basic_messenger API.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"axios": "^1.9.0",
"dotenv": "^16.5.0"
},
"author": "",
"license": "MIT"
}