16 lines
336 B
JSON

{
"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"
}