Refactored to flow Hub Packaging directory structures
This commit is contained in:
15
basic-messenger-cli/application/package.json
Normal file
15
basic-messenger-cli/application/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user