cloud-list
Version:
official module of the website cloudlist.xyzSimple post and get request method
27 lines (26 loc) • 581 B
JSON
{
"name": "cloud-list",
"version": "4.6.6",
"description": "official module of the website cloudlist.xyzSimple post and get request method",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cloudlist",
"cloud discord list",
"cloud bot list",
"discord",
"discord bot list",
"discord list",
"cloud discord",
"bot"
],
"author": "brubrunin",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"socket.io-client": "^2.3.0"
}
}