This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
vylbot-core/package.json
2020-10-23 19:43:08 +01:00

23 lines
509 B
JSON

{
"name": "vylbot-core",
"version": "1.0.4",
"description": "A discord client based upon discord.js",
"main": "./src/index",
"scripts": {
"test": "echo \"No Tests Specified\""
},
"author": "Vylpes",
"license": "MIT",
"dependencies": {
"discord.js": "^12.3.1"
},
"bugs": "https://github.com/vylpes/vylbot-core/issues",
"homepage": "https://github.com/vylpes/vylbot-core",
"keywords": [
"discord",
"bot",
"client"
],
"repository": "github:vylpes/vylbot-core"
}