This repository has been archived on 2022-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
brainlet/libbrainlet/package.json

18 lines
340 B
JSON
Raw Normal View History

{
"name": "libbrainlet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.1",
"node-fetch": "^2.6.1",
"socket.io-client": "^3.0.3"
}
}