22 lines
471 B
JSON

{
"name": "node-chat-cli",
"version": "1.0.0",
"description": "A command line chat program that interacts IVA Studio's basic_messenger API.",
"bin": "src/index.ts",
"scripts": {
"start": "npx tsx src/index.ts"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"dotenv": "^16.5.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/node": "^24.0.1",
"tsx": "^4.20.3"
}
}