i-am-online/client/package.json

21 lines
439 B
JSON

{
"name": "i-am-online-client",
"version": "1.0.0",
"description": "CLI module for I Am Online Service",
"main": "app.js",
"repository": "https://github.com/BRAVO68WEB/i-am-online",
"author": "BRAVO68WEB",
"license": "MIT",
"private": true,
"dependencies": {
"axios": "^0.27.2",
"chalk": "^5.0.1",
"ws": "^8.8.1",
"yargs": "^17.4.1"
},
"type": "module",
"bin": {
"i-am-online": "./app.js"
}
}